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

{% trans "Source" %} {{object}}

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