Teacher

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% for t in teachers %} {% endfor %}
{{t.id}} {{t.user.name}} {{t.school.name}}