{% extends 'base.html' %} {% block header %}
{% block title %}Edit {{ member[3] }}{% endblock %}
{% endblock %} {% block content %}
View {{member[3]}}'s page
Edit Details








{% if unjoined_groups or joined_groups %}
Manage groups
{% endif %}
Manage Icons
{% for icon in icons %} {% endfor %}
Manage Blinkies
{% for blinkie in blinkies %} {% endfor %}
Manage Stamps
{% for stamp in stamps %} {% endfor %}
Manage Member Data
Export Fields
{% if icons %}Export icons
{% endif %} {% if blinkies %}Export blinkies
{% endif %} {% if stamps %}Export stamps
{% endif %} {% if icons or blinkies or stamps %}Export all member data
{% endif %}
Danger zone
Delete member - WARNING: this is permanent and cannot be undone! {% if edit_location %} {% endif %}
{% endblock %}