{% load crispy_forms_tags %} {% load i18n %}
{% trans "Service Provider Metadata" %}
Identity Provider Metadata {{ forms.saml|as_crispy_errors }} {% for field in forms.saml %} {{ field|as_crispy_field }} {% endfor %} Attribute Mappings {{ forms.attrs|as_crispy_errors }} {% for field in forms.attrs %} {{ field|as_crispy_field }} {% endfor %}