{% extends "management/base.html" %} {% load i18n static core_tags %} {% block breadcrumbs %} {{block.super}} {% breadcrumb object "management:electoralprocess-detail" slug=object.slug %} {% trans "Manage actions" as actions %} {% breadcrumb actions %} {% endblock breadcrumbs %} {% block container %}

{% trans "Electoral processes" %}

{% trans "In this area you need to define the security level to indicate how many elements are necessary to confirm each action" %}
{% trans "Actions secutiry level Simple" %}
{% blocktrans %} Changes without significant implications in the electoral process. They can be performed with the key of an element of the electoral commission (N=1). {% endblocktrans %}
{% trans "Actions secutiry level Strong" %}
{% blocktrans %} Changes with significant implications in the electoral process. They can be performed with the keys of most element of the electoral commission (N=(M/2)+1). {% endblocktrans %}
{% trans "Actions secutiry level Critical" %}
{% blocktrans %} Changes with serious implications in the electoral process. It can only be performed with the keys of all elements of the electoral commission (N=M). {% endblocktrans %}
{% csrf_token %} {{ form.management_form }} {{ form.non_form_errors }} {% for f in form %} {% endfor %}
{% trans 'Actions' %} {% trans 'Simple' %}
(N=1)
{% trans 'Strong' %}
(N=(M/2)+1)
{% trans 'Critical' %}
(N=M)
{{f.id}} {{f.action}} {{f.instance.action}} {{f.strength.1.tag}} {{f.strength.2.tag}} {{f.strength.3.tag}}
{% endblock container %}