{% load i18n %} {% load url from future %} {% 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 %} {% comment %} {% if perms.django_pettycash.add_source %}
  • {% trans "Create new source" %}
  • {% endif %} {% endcomment %} {% if perms.django_pettycash.add_entry or perms.django_pettycash.change_entry or perms.django_pettycash.delete_entry %}
  • {% trans "Entry list" %}
  • {% endif %} {% comment %} {% if perms.django_pettycash.add_entry %}
  • {% trans "Create new entry" %}
  • {% endif %} {% endcomment %} {% 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 %} {% comment %} {% if perms.django_pettycash.add_tag %}
  • {% trans "Create new tag" %}
  • {% endif %} {% endcomment %} {% if perms.django_pettycash.add_monthlybalance or perms.django_pettycash.change_monthlybalance or perms.django_pettycash.delete_monthlybalance %}
  • {% trans "Monthly balance list" %}
  • {% endif %} {% comment %} {% if perms.django_pettycash.add_monthlybalance %}
  • {% trans "Create new monthly balance" %}
  • {% endif %} {% endcomment %} {% endif %}