{% load i18n %} {% blocktrans asvar about_header %}About the {{activity_singular_lower}}{% endblocktrans %} {% blocktrans asvar label_partnerid %}{{activity_singular}} Partner ID{% endblocktrans %} {% blocktrans asvar helptext_partnerid %}A Partner ID is an optional reference used internally by an Organisation to refer to an {{activity_singular}}{% endblocktrans %} {% blocktrans asvar label_title %}{{activity_singular}} Title{% endblocktrans %} {% blocktrans asvar helptext_title %}The title should be a human readable name of the {{activity_singular_lower}}. Please ensure that acronyms are fully spelled out.{% endblocktrans %} {% blocktrans asvar label_description %}{{activity_singular}} Description{% endblocktrans %} {% blocktrans asvar helptext_description %}This explains what the {{activity_singular_lower}} is, it is longer than the title and contains more detail.{% endblocktrans %} {% blocktrans asvar label_objective %}{{activity_singular}} Objectives{% endblocktrans %} {% blocktrans asvar helptext_objective %}A detailed description of the {{activity_singular_lower}} objectives and its expected outcomes.{% endblocktrans %} {% blocktrans asvar label_targetgroups %}{{activity_singular}} Target Groups{% endblocktrans %} {% blocktrans asvar helptext_targetgroups %}Details of groups that are intended to benefit from the {{activity_singular_lower}}.{% endblocktrans %} {% blocktrans asvar label_collaborationtype %}Collaboration Type{% endblocktrans %} {% blocktrans asvar label_status %}{{activity_singular}} Status{% endblocktrans %} {% blocktrans asvar label_sector %}Sector{% endblocktrans %} {# Included for Project Bank #} {% blocktrans asvar expected_benefits %}{{activity_singular}} Expected Benefits{% endblocktrans %} {% blocktrans asvar helptext_expected_benefits %}A detailed description of the {{activity_singular_lower}} expected benefits.{% endblocktrans %} {% blocktrans asvar description %}Description{% endblocktrans %} {% load ifsetting %}

{ opts.header||'Tab header' }

{# Hidden fields for ID and IATI identifier#}
{% comment %} The hidden field here serves to tell the ActivityStore that, yes, we want the sectors saved fron here{% endcomment %} {% comment %} We bypass the usual Store mechanics here for a simple one-sector use case {% endcomment %}
{# This is the "standard" Mohinga activity dates #} {% block general_tab_dates %}
{% blocktrans %}The date on which the {{activity_singular_lower}} is planned to start or end, for example the date of the first or last planned disbursement or when physical {{activity_singular_lower}} starts or ends.{% endblocktrans %}
{% blocktrans %}The date on which the {{activity_singular_lower}} actually started or ended, for example the date of the first or last disbursement or when physical {{activity_singular_lower}} started or ended.{% endblocktrans %}

{% endblock %}
{% block tag_script %} {% include 'tags/tab-general.js' %} {% endblock tag_script %}