{% load form_tags i18n %}
{% csrf_token %}

{% trans "Action Authorization" %}

{% trans "This action was defined as having a critical security level - All (M) the different components of the secret sent to the member of the electoral commission are needed to execute this action." %}
{% trans "(M = total number of members of the electoral commission)." %}
{% trans "Please upload each different component file." %}
{% for key in form %} {% endfor %}
{{key.label_tag}}
{% prepare_field key %}