{% extends "projrev/base.html" %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% 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 %}

{% for field in form %}

{% if field.help_text %} {% endif %} {{ field.errors }} {{ field.label_tag }}:{{ field }}{% if field.field.required %}  (required){% endif %}

{% endfor %} {% 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:iA" }} {% else %} (Not Reviewed) {% endif %} Last submitted: {% if last_submitted %} {{ last_submitted|date:"jS F Y h:iA" }} {% else %} (New Submission) {% endif %}

{% endblock content %}