{% extends 'base.html' %} {% load i18n %} {% block centered_container %}

{% trans "Resolve Entity Statement" %}

{% trans "By inserting the sub of an entity and the trust anchor you can resolve the statement of the entity" %}

{% csrf_token %} {% for form_field in form %} {% if form_field.field.widget.input_type == 'select'%}
{{ form_field.errors }}
{% else %}
{{ form_field.errors }}
{% endif %} {% endfor %}
{% endblock %}