{% extends "base.html" %} {% load i18n %} {% load static %} {% block extrahead %} {% endblock %} {% block pagejsbottom %} {% endblock %} {% block contentplaceholder %} {% if violation %}

{% trans "Access Rights Violation" %}

Access Rights Violation
Due to rights restriction you are not allowed to view this page. Your action has been recorded and our adminitrators have been notified.
{% else %}

{% trans "Overview" %}

Overview

{% trans "Users" %}

{% if users %} {% for user in users %} {% endfor %}
{% 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 %}
{% endif %}

{% trans "Rules" %}

Id {% trans "Name" %} {% trans "Match" %} {% trans "Then" %} {% trans "Status" %} {% trans "Applier" %} {% trans "Expires" %} {% trans "Response" %}
{% endif %} {% endblock %}