Proposal Information | Proposal Information |
Submitted{{ timestamps.0|date:"DATETIME_FORMAT"}} | Submitted{{ timestamps.1|date:"DATETIME_FORMAT"}} |
{% for from_field, to_field in required_fields %}
{% if forloop.first %}
Title{{ from_field }} | Title{{ to_field }} |
{% elif forloop.counter == 2 %}
Legal Name{{ from_field }} | Legal Name{{ to_field }} |
{% elif forloop.counter == 3 %}
Email{{ from_field }} | Email{{ to_field }} |
{% elif forloop.counter == 4 %}
Requested Funding{{ from_field }} | Requested Funding{{ to_field }} |
{% elif forloop.counter == 5 %}
Project Duration{{ from_field }} | Project Duration{{ to_field }} |
{% elif forloop.counter == 6 %}
Address{{ from_field }} | Address{{ to_field }} |
{% else %}
{{ from_field }} | {{ to_field }} |
{% endif %}
{% endfor %}
{% for from_field, to_field in stream_fields %}
{{ from_field }} | {{ to_field }} |
{% endfor %}