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

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

{% csrf_token %} {{form.as_table}}
{% if form.instance.pk %} {% if perms.django_pettycash.change_monthlybalance %} {% endif %} {% else %} {% if perms.django_pettycash.add_monthlybalance %} {% endif %} {% endif %}
{% endblock content %}