{% extends 'layout.html' %} {% block body %}

Your BFCT status dashboard

Follow the status of your BFCT Application right here.

{% if application.review_start_date %} {% endif%} {% if application.review_end_date %} {% endif%}
Date Stage
{{application.show_pretty_date('submission')}} You submitted an application
Fingers crossed!
{{application.show_pretty_date('review_start')}} Application review process started
This means that at least one reviewer has voted, let's wait for the others.
{{application.show_pretty_date('review_end')}} Application review ended!
All reviewers have now voted. You'll get an email soon with the results.
{% if application.review_end_date %}

Thank you for being part of the Blender Foundation Certified Trainers program

{% endif %}
{% endblock %}