{% trans 'Implementing' %}
{_.get(byStatusCountLabels, "Implementation", 0)}
{% trans 'Pipeline/Identification' %}
{_.get(byStatusCountLabels, "Pipeline/identification", 0)}
{% trans 'Completed/Post-Completion' %}
{_.get(byStatusCountLabels, "Completion", 0) + _.get(byStatusCountLabels, "Post-completion", 0)}
{% blocktrans %}No {{activity_plural_lower}} to show{% endblocktrans %}
{{ project_name }} {% trans 'ID' %}: { activity.pk } {% ifsetting OIPA_SYNC_ENABLED %} | {% trans 'Partner ID' %}: { activity.internal_identifier } | {% trans 'IATI ID' %}: { activity.iati_identifier } | {% trans 'IATI Synced' %} {% trans 'Not IATI Synced' %} {% endifsetting %}
{% endifnotsetting %}
{% trans 'Status' %}: { activity.activity_status__name } |
{% trans 'Duration' %}: { activity.duration_start } - { activity.duration_end } |
{% trans 'Role of organisation' %}: { activity.role } |
{% trans 'Reported by' %}: { activity.reporting_organisation__name } |
{% trans 'Date Created' %}: { activity.date_created } | {% trans 'Date Updated' %}: { activity.date_modified }
{% trans 'Sector' %}: { activity.sectors }
{ activity.description }