Downloads Classes Parents Children
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Upload File

{% for a in downloads %}

{{ a.title }}

{{ a.student_class }} • {{ a.upload_date }}

{% endfor %}
Export CSV
{% for c in classes %} {% endfor %}
Class Name Action
{{ c.name }}
Export Parents CSV
Bulk Import:
{% for p in parents %} {% endfor %}
Name Username Action
{{ p.full_name }} {{ p.username }}
Export Children CSV
Bulk Import:
{% for ch in children %} {% endfor %}
Child Name Class Parent Status Action
{{ ch.name }} {{ ch.class_name }} {{ ch.parent_name }} {% if ch.is_blocked %} Blocked {% else %} Active {% endif %}