{% extends "management/base.html" %} {% load i18n static core_tags %} {% block breadcrumbs %} {{block.super}} {% breadcrumb object "management:electoralprocess-detail" slug=object.slug %} {% trans "Security level configuration" as actions %} {% breadcrumb actions %} {% endblock breadcrumbs %} {% block container %}
{% trans "Please configure the security level of the different actions that can be performed by the electoral commission." %}
{% trans "Simple" %}
{% trans 'Only one component of the secret sent to the member of the electoral commission is needed to execute the action.' %}
{% trans "Strong" %}
{% trans '(M/2)+1 different components of the secret sent to the member of the electoral commission are needed to execute the action. (M = total number of members of the electoral commission)' %}
{% trans "Critical" %}
{% trans 'All (M) the different components of the secret sent to the member of the electoral commission are needed to execute the action.' %}
{% csrf_token %} {{ form.management_form }} {{ form.non_form_errors }} {% for f in form %} {% endfor %}
{% trans 'Actions' %} {% trans 'Simple' %}
(1)
{% trans 'Strong' %}
((M/2)+1)
{% trans 'Critical' %}
(M)
{{f.id}} {{f.action}} {{f.instance.action}} {{f.strength.1.tag}} {{f.strength.2.tag}} {{f.strength.3.tag}}
{% endblock container %}