{% extends 'base.html' %} {% load accounts_tags i18n %} {% block participatetab %} class="active"{% endblock %} {% block content %}
{{ activity.description }}
{% if request.user in activity.participants.all %} {% trans "Sorry, I have a setback" %} {% else %} {% trans "I will be happy to help on that!" %} {% endif %}