Welcome, {{ session['full_name'] or session['username'] }}

My Children

Viewing daily downloads for your registered children

{% for child_name, data in children_data.items() %}

{{ child_name }}

{{ data.class }}
{{ data.downloads|length }} Downloads
{% for download in data.downloads %}

{{ download['title'] }}

Uploaded: {{ download['upload_date'] }}

{% if data.is_blocked %}
Submit fee to download
{% else %} {% endif %}
{% endfor %} {% if not data.downloads %}

No downloads for {{ child_name }} yet.

{% endif %}
{% endfor %} {% if not children_data %}

No Children Linked

Please contact the school admin to link your children to your account.

{% endif %}