{% extends "base-apply.html" %} {% load i18n %} {% block title %}{% trans "Compare" %}: {{ object.title }}{% endblock %} {% block content %} {% adminbar %} {% slot back_link %} {% trans "View revisions" %} {% endslot %} {% slot header %}{% trans "Comparing revisions" %}{% endslot %} {% slot sub_heading %} {% trans "For" %} {{ object.title }} {% endslot %} {% endadminbar %} {% for from_field, to_field in required_fields %} {% if forloop.first %} {% elif forloop.counter == 2 %} {% elif forloop.counter == 3 %} {% elif forloop.counter == 4 %} {% elif forloop.counter == 5 %} {% elif forloop.counter == 6 %} {% else %} {% endif %} {% endfor %} {% for from_field, to_field in stream_fields %} {% endfor %}

{% trans "Proposal Information (Old)" %}

{% trans "Submitted" %}: {{ timestamps.0|date:"DATETIME_FORMAT"}}

{% trans "Proposal Information (New)" %}

{% trans "Submitted" %}: {{ timestamps.1|date:"DATETIME_FORMAT"}}

{% trans "Title" %}

{{ from_field }}

{% trans "Title" %}

{{ to_field }}

{% trans "Legal Name" %}

{{ from_field }}

{% trans "Legal Name" %}

{{ to_field }}

{% trans "E-mail" %}

{{ from_field }}

{% trans "E-mail" %}

{{ to_field }}

{% trans "Address" %}

{{ from_field }}

{% trans "Address" %}

{{ to_field }}

{% trans "Project Duration" %}

{{ from_field }}

{% trans "Project Duration" %}

{{ to_field }}

{% trans "Requested Funding" %}

{{ from_field }}

{% trans "Requested Funding" %}

{{ to_field }}
{{ from_field }}{{ to_field }}
{{ from_field }}{{ to_field }}
{% endblock %}