{% extends "backend/template.html" %} {% block content %} {% with messages = get_flashed_messages() %} {% for message in messages %}
{{ message }}
{% endfor %} {% endwith %}

Resultados para {{ classname }}:

Crear {{ classname }} {% for institution in institutions %} {% endfor %}
ID Nombre Abreviatura Activo Ver Editar
{{ institution.id }} {{ institution.name }} {{ institution.abbr }} {{ institution.active }} Ver Editar
{% endblock %}