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

Your BFCT status dashboard

{% if application.show_pretty_date('review_start') %} {% endif%} {% if application.show_pretty_date('review_end') %} {% endif%}
Date Stage
{{application.show_pretty_date('submission')}} You submitted your application
{{application.show_pretty_date('review_start')}} Application review started
{{application.show_pretty_date('review_end')}} Application review ended
{% endblock %}