{% extends 'base.html.j2' %}
{% block title %}
Moderation of {{ status|capitalize }} Items
{% endblock title %}
{% block content_before %}
Moderation of {{ status|capitalize }} Items
{% endblock content_before %}
{% block content %}
Characters
Actions |
Account |
Name |
Pending Name |
Needs Rename |
Last Login |
Permission Map |
Pets
Properties
Actions |
Owner |
Template ID |
Clone ID |
Name |
Description |
Privacy |
Approved |
Updated |
Claimed |
Rejection Reason |
Reputation |
Location |
{% endblock %}
{% block js %}
{{ super () }}
{% endblock %}