{% extends "principal.html" %} {% block headadd %} {% endblock %} {% block contenido %}
List of Titles to Sign
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %} {% for row in datablockf %} {% endfor %}
Block # Names and Surnames ID Card Secondary Hash Number of Signatures to sign
{{ row['index'] }} {{ row['Name'] }} {{ row['CitizenID'] }} {{ row['hash_Data'] }} {{ row['cantf'] }}
{% block script %}{% endblock %} {% endblock %}