{% extends "projrev/base.html" %} {% block content %}

Submit your proposal

{% if created_now %}

An MICR Code has been assigned and e-mailed to you. Please remember it for future reference.

{% else %}{% if micr_code %}

Edit your details and upload new version of the proposal in the form below.

{% else %}

Fill up the form below, and upload your proposal file by clicking on Browse.

{% endif %}{% endif %}

{{ form.as_p }} {% if proposal_path %}

{{ proposal_name }}

{% endif %} {% if micr_code %}

{% endif %}

Reviews: {% if nr_reviews %} {{ nr_reviews }} {% else %} (None) {% endif %} Last reviewed: {% if last_reviewed %} {{ last_reviewed|date:"jS F Y H:i" }} {% else %} (Not Reviewed) {% endif %} Last submitted: {% if last_submitted %} {{ last_submitted|date:"jS F Y H:i" }} {% else %} (New Submission) {% endif %}

{% endblock content %}