{% extends 'base.html' %} {% block header %}
{% block title %}Site Administration{% endblock %}
{% endblock %} {% block content %}
Backup
Export entire system TEXT ONLY
Export entire system WITH ATTACHMENTS
Import system from JSON
Import system from ZIP
Clear database WARNING: this action is permanent and irreversible


WIP ZONE
Site Users
These are the usernames that can log in to the site
{% for user in users %}

{{ user[1] }}{% if user[0]!=g.user[0] %} | Delete user{% endif %}

{% endfor %}

Add New User

Admin Log
Actions taken by registered users
Front Log
Front change history
Site Theme
Choose the overall theme for the site here
{% endblock %}