{% load i18n %} {% load tag_library %} {% load humanize %} {% with status=activity.openly_status %}
{{activity.id}} {% if activity.internal_identifier %} | Partner ID: {{activity.internal_identifier}} {% endif %} {% if iati_sync_enabled and activity.iati_identifier %} | IATI ID: {{activity.iati_identifier}} {% endif %}
{{ activity.general_description }}
{% trans 'General' %}
  • {% trans 'Dates:' %} {{ activity.start_planned }} to {{ activity.end_planned }}
  • {% trans 'Implementing:' %} {{ activity.implementing }}
  • {% trans 'Funding:' %} {{ activity.funding }}
  • {% trans 'Reporting:' %} {{ activity.reporting_organisation.abbreviation }}
  • {% trans 'Extending:' %} {{ activity.extending }}
  • {% trans 'Results:' %} {% if activity.results.count %} {{ activity.results.count }}{% else %}None{% endif %}
{% trans 'Sectors' %}
  • {% for sector in activity.sector.all %}
  • {{ sector }}
  • {% endfor %}
{% trans 'Location' %}
  • {% for location in activity.location_set.all %}
  • {{ location.name }}
  • {% endfor %}
{% endwith %}