{% load i18n %} {% block content %}
You receive this message to inform that {{ request.user }} has inserted the following expense:
Assigned To | {{ expense.assigned_to }} |
Date Begin | {{ expense.date_begin }} |
Date End | {{ expense.date_end }} |
Currency | {{ expense.currency }} |
To view more detail click on the following link:
http://{{ request.META.HTTP_HOST }}{% url admin:expense_expense_detail expense.id %}