{% extends "base.html" %} {% load sekizai_tags currency i18n static %} {%block head%} {% addtoblock "meta" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %} {% block base_content %}
{% autoescape off %}{{ project.description }}{% endautoescape %}
{% trans "Acronym" %} | {%if project.acronym %}{{ project.acronym }}{%else%}-{%endif%} |
---|---|
{% trans "Activity Description" %} | {{ project.get_kind_display }} |
{% trans "Executor organizations" %} | |
{% trans "Start date" %} | {{ project.start_at }} |
{% trans "Expected completion" %} | {{ project.end_at }} |
{% trans "Email" %} | {% if project.email %} {{project.email}} {% else %} - {% endif %} |
---|---|
{% trans "Phone numbers" %} | {{ project.phone }} |
{% trans "FAX" %} | {{ project.fax }} |
{% trans "Website" %} | {{ project.url }} |
{% trans "Location" %} | {% if project.location %} {{project.location.name }} {% else %} - {% endif %} |
---|---|
{% trans "Geographical Scope" %} | {{ project.geofocus }} |
|
|
{%trans "No activity types"%} | |
{%trans "Activity description" %} | {%if project.activity_description%}{{project.activity_description}}{%else%}-{%endif%} |
---|
{% trans "Investment" %} | {% if project.location %} {{ ac.funding_organization.name }} sent {% currency ac.amount %} {% trans "to" %} {{ ac.recipient_organization.name }} {% else %} - {% endif %} |
---|
{% trans "Investment" %} | {% if project.location %} {{ ac.recipient_organization.name }} {% trans "received" %} {% currency ac.amount %} {% trans "from" %} {{ ac.funding_organization.name }} {% else %} - {% endif %} |
---|