{% load i18n %} {% if perms.django_pettycash %} {% if perms.django_pettycash.add_source or perms.django_pettycash.change_source or perms.django_pettycash.delete_source %}
  • {% trans "Source list" %}
  • {% endif %} {% if perms.django_pettycash.add_entry or perms.django_pettycash.change_entry or perms.django_pettycash.delete_entry %}
  • {% trans "Entry list" %}
  • {% endif %} {% if perms.django_pettycash.add_tag or perms.django_pettycash.change_tag or perms.django_pettycash.delete_tag %}
  • {% trans "Tag list" %}
  • {# refs #4921 #}
  • {% trans "Search by tag" %}
  • {% endif %} {% endif %}