{% extends "base.html" %}
{% load static %}
{% block contenu %}
{% include "header.html" %}
{% include "leftbar.html" %}
{% include "rightbar.html" %}
{% include "chat.html" %}
Taux de remise |
Actions |
{% for remise in remises %}
{{ remise.taux }}% |
|
{% endfor %}
{% endblock %}