{% block header %} {% endblock %}
{% block modal %} {% endblock %}
Toggle navigation
Features
Download
Support
Get Involved
About
Store
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %}
Blender Foundation Certified Trainer Program
About
Become a Trainer
{% if (current_user.has_role('bfct_board') or current_user.has_role('bfct_manager') )%}
Review Applications
{% endif %} {% if current_user.is_authenticated() %}
{{current_user.email}}
{% if not current_user.has_role('bfct') %}
Apply / View
{% endif %}
Log out
{% else %}
Sign in
{% endif %}
{% block body %}{% endblock %}
{% block footer_scripts %}{% endblock %}