{% 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 %}
{% 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 }} |