{% extends 'student/base.html' %} {% load i18n %} {% load humanize %} {% load custom_filters %} {% block details %}
{% translate "This is a list of all the members who need student titles applied to them." %}
{% translate "To process each character, add them to Student title in game, then click the Apply title below. For 24 hours they will remain at the bottom of the list so you can unapply the title on a mistake." %}
{% translate "Each table is limited to " %} {{ limit }} {% translate "enteries" %}
{% translate "Name" %} | {% translate "Joined Date" %} | {% translate "Actions" %} |
---|---|---|
{{ member.member.character_name }} | {{ member.created_date|date:"SHORT_DATE_FORMAT" }} | |
{% translate "No members to show." %} |
{% translate "Name" %} | {% translate "Joined Date" %} | {% translate "Status" %} |
---|---|---|
{{ member.member.character_name }} | {{ member.created_date|date:"SHORT_DATE_FORMAT" }} | |
{% translate "No members to show." %} |