{% load i18n auth %}
{% translate 'Guardian' %}
{% if name == 'guardians_remove' %} {% else %} {% endif %}
{% if slug %} {# FIXME: how to decide which link to show here? #} {% if foo %} {% has_perm 'subjects.view_subject' user as can_view_subject %} {% if can_view_subject %} {% translate 'Details' %} {% endif %} {% else %} {% translate 'Details' %} {% endif %} {% endif %}