{% extends 'base.html' %} {% load crispy_forms_tags %} {% load i18n %} {% block volunteerstab %} class="active"{% endblock %} {% block content %}
{% if not request.user.is_authenticated %}
{% url 'volunteer-mail-token' as mail_token_url %} {% blocktrans %}If you already subscribe as a volunteer and want to update your availabilities, please click here.{% endblocktrans %}
{% endif %}
{% csrf_token %} {{ form|crispy }}
{% for activity in activities %} {% if forloop.first %}
{% blocktrans %}We are looking for help with the following activities:{% endblocktrans %}
{% endif %} {% endfor %} {% endblock %}