{% extends "main.html" %} {% load i18n %} {% block who_got_capped_selected %}selected{% endblock %} {% block title %}{% trans "Who got capped?" %}{% endblock %} {% block content %}

{% trans "Who got capped?" %}

These people have successfully qualified for the Gamesmaster Challenge - catch them in their caps: {% for cap in caps %} {% endfor %}
User When
{{ cap.user.get_full_name }} ({{ cap.user.username }}) {{ cap.when|date:"Y-m-d H:i:s" }}
{% endblock %}