{% extends "django_pettycash/dpc_base.html" %} {% load i18n %} {% block content %}
{% trans "Name" %} | |
---|---|
{{t.name}} | {% trans "View" %} {% if perms.django_pettycash.change_tag %} {% trans "Edit" %} {% endif %} {% if perms.django_pettycash.delete_tag %} {% trans "Delete" %} {% endif %} |