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

{% trans 'Validating Trust Mark' %}

{% trans "To validate a trust mark insert the entity's sub and the id or directly the trust mark" %}

{% csrf_token %} {% for form_field in form %}
{% if form_field.name == 'trust_mark'%} {% else%} {% endif %}
{{ form_field.errors }}
{% endfor %}
{% endblock %}