{% extends "base.html" %} {% load i18n %} {% load static %} {% block extrahead %} {% endblock %} {% block pagejsbottom %} {% endblock %} {% block contentplaceholder %} {% if violation %}
{% trans "Username" %} | {% trans "Email" %} | {% trans "Name" %} | {% trans "Status" %} | {% trans "Peer" %} |
---|---|---|---|---|
{{user.username}} | {{user.email}} | {{user.first_name}} {{user.last_name}} | {% if user.registrationprofile_set.all %}{% if user.registrationprofile_set.all.0.activation_key == "ALREADY_ACTIVATED" %}{% trans "Active" %}{% else %}{% trans "Inactive" %} or {% trans "Key Expired" %}{% endif %}{% else %}-{% endif %} | {% if user.get_profile.peers.all %}{% for peer in user.get_profile.peers.all %}{{peer}} {% endfor %}{% endif %} |
Id | {% trans "Name" %} | {% trans "Match" %} | {% trans "Then" %} | {% trans "Status" %} | {% trans "Applier" %} | {% trans "Expires" %} | {% trans "Response" %} |
---|