{% load i18n %}{% block content %}

The follow expenses have been authorized by administration:

{% for expense in lista_expense %} {% endfor %}
Detail : http://{{ request.META.HTTP_HOST }}{% url admin:expense_expense_detail expense.id %}
Assigned To : {{ expense.assigned_to }}, Date Begin : {{ expense.date_begin }}, Date End : {{ expense.date_end }}, Currency : {{ expense.currency }}
{% endblock %}