{% block header %} {% endblock %}
{% block modal %} {% endblock %}
Toggle navigation
blender-BFCT
Certified Trainers
Become a Trainer
{% if current_user.has_role('admin') %}
Review Applications
{% endif %}
{% if current_user.is_authenticated() %}
{{current_user.email}}
Home
{% if not current_user.has_role('bfct') %}
Apply/View application
{% endif %}
Log out
{% else %}
Log in
{% endif %}
{% for message in get_flashed_messages() %}
×
{{ message }}
{% endfor %} {% block body %}{% endblock %}
{% block footer_scripts %}{% endblock %}