{% extends "base.html" %} {% set active_page = "admin_keys" %} {% if create or (key is not none and key.role.name != "User") %}{% set hide_opts = True %}{%else %}{% set hide_opts = False %}{% endif %} {% 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

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 or accounts which the key has access to.

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