Upcoming events
{% for event in events %}Event: {{ event.date }} - {{ event.location }}
{{ event.description }}
{{ event.students_count }} learners from {{ event.schools_count }} schools have applied.
{{ event.close_date|timeuntil }}
Apply Apply as a teacher {% endfor %}