{% extends "base.html" %} {% set active_page = "admin_keys" %} {% block title %} Edit Key - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

Key {% if create %}New key{% else %}{{ key.id }}{% endif %}

{% endblock %} {% block content %}

{% if create %}Add{% else %}Edit{% endif %} key

Access Control

This key will have acess to the domains on the right.

Click on domains to move between the columns.

Help with {% if create %}creating a new{% else%}updating a{% endif %} key

Fill in all the fields in the form to the left.

Role The role of the key.

Description The key description.

Access Control The domains which the key has access to.

{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}