{% 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 Notes
{{ cap.user }} {{ cap.when|date:"Y-m-d H:i:s" }} {{ cap.notes }}
{% endblock %}