{% extends "budget/base.html" %} {% load static %} {% block content %}
Description: {{ budgetGroup.description.strip }}
{% endif %} {% for line in all_lines %} {% if forloop.first %}Date | Libellé | Montant | Budget restant | Ajouté par | {% if perms.budget.change_budgetline %}{% endif %} |
---|---|---|---|---|---|
{{ line.0.date|date:"Y-m-d" }} | {{ line.0.title }} | {{ line.0.amount }}€ | {{ line.1 }}€ | {{ line.0.author.name }} | {% if perms.budget.change_budgetline %}{% endif %} |
Ce budget est vide
{% endfor %} {% if perms.budget.add_budgetline %} Nouvelle ligne {% endif %}