{% load i18n static %} {% if user.is_authenticated %} {% if user_has_identifiers %}
{% csrf_token %} {{ formset.management_form }}
{% else %}

{% translate "You have no identifiers associated with the provider." %}

{% endif %} {% endif %}