{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %}

Liste Taux de remise Total : {{ remises.count }} taux remises

{% for remise in remises %} {% endfor %}
Taux de remise Actions
{{ remise.taux }}%
{% endblock %}