{% if form.instructions %}{{ form.instructions|safe }}{% else %}
{% trans "Instructions" %}:
{% trans "Select all activities that you would like to participate by ticking boxes below." %}
{% trans "You can get more information about activity by pressing button." %}
{% blocktrans %}
If you wish to give some extra information about your participation
(such as when and how often you would like to participate), you can type
extra details to the textbox that appears when you press button.
{% endblocktrans %}
{% endif %}
{% if service_form.flow_by_categories and not readonly %}
{% participant_flow_categories as m_items %}
{% for m in m_items %}