{% extends "base.html" %} {% block title %}ورود مدیریت | {{ school_name }}{% endblock %} {% block body %}

{{ school_name }}

ورود مدیر سامانه آزمون

{% if error %}
{{ error }}
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}
{% endblock %}