{% extends "django_pettycash/dpc_base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% trans "Monthly balance detail" %} – {{object}}

{% trans "Source" %} {% trans "Date" %} {% trans "Beginning balance" %} {% trans "Final balance" %}
{{object.source}} {{object.date}} {{object.start}} € {{object.end}} € {% if perms.django_pettycash.change_monthlybalance %} {% trans "Edit" %} {% endif %} {% if perms.django_pettycash.delete_monthlybalance %} {% trans "Delete" %} {% endif %}
{% endblock content %}