{% extends "base.html" %} {% block content %}

Períodos y fechas de carga

Año escolar {{ settings.school_year }} · fecha institucional {{ today }}

{% for p in periods %}

{{ p.name }}

{{ 'Activo' if p.is_active else 'Inactivo' }}
{% endfor %} {% endblock %}