{% extends "django_pettycash/dpc_base.html" %} {% load url from future %} {% load i18n %} {% block content %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Actions" %} |
---|---|---|
{{object.name}} | {{object.description}} | {% if perms.django_pettycash.change_source %} {% trans "Edit" %} {% endif %} {% if perms.django_pettycash.delete_source %} {% trans "Delete" %} {% endif %} |