{% 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 %}
{% endif %}
{% endcomment %}
{% if perms.django_pettycash.add_monthlybalance or perms.django_pettycash.change_monthlybalance or perms.django_pettycash.delete_monthlybalance %}