{% if perms.funds.delete_applicationsubmission %}
{% trans "Delete" %}
{% endif %}
{% if request.user|has_edit_perm:object %}
{% trans "Edit" %}
{% endif %}