{% load i18n %}
{% if project_name == 'project_bank' %}
{% blocktrans asvar helptext %}Sectors represent the purpose of the {{activity_singular_lower}}.{% endblocktrans %}
{% else %}
{% blocktrans asvar helptext %}Please select which sectors this {{activity_singular_lower}} is relevant to.{% endblocktrans %}
{% endif %}
{% trans "sector" as label_lower %}
{% blocktrans asvar placeholder %}Add a {{label_lower}}...{% endblocktrans%}
{% include 'tags/tab-sectors-no-percentage.js' %}
{# #}