{% extends "base.html" %} {% load i18n %} {% load crispy_forms_filters %} {% block content %}
{% trans "participant"|capfirst %} | {% trans "completed"|capfirst %} | ||
---|---|---|---|
{% trans "Team" %} {{ participant.name }} ({{ participant.trigram }}) | {% else %}{{ participant.user.first_name }} {{ participant.user.last_name }} ({% trans "team" %} {{ participant.team.trigram }}) | {% endif %} {% if participant in survey.completed.all %}{% trans "Yes" %} | {% else %}{% trans "No" %} | {% endif %}