{% if not submission %}
{% include "components/submit_project.html" %}
{% endif %}
{% if submission %}
{% include "components/submission_status.html" %}
{% if submission.result == 'did_not_pass' or submission.result == 'unable_to_review'%}
{% if not should_show_resubmit %}
{% endif %}
{% include "components/submit_project.html" %}
{% endif %}
{% endif %}
{% include "components/common_message.html" %}