{% extends 'base.html' %} {% load i18n %} {% block volunteerstab %} class="active"{% endblock %} {% block content %}

{% trans "Become a volunteers!" %}

{% blocktrans %}We need you! To participate, please enter your name and e-mail.{% endblocktrans %}

{% include '_form.html' %} {% for activity in activities %} {% if forloop.first %}
{% blocktrans %}We are looking for help with the following activities:{% endblocktrans %}
{% endif %} {% endfor %} {% endblock %}