{% import 'macros/flash.html' as flash with context %} {% extends "admin/index.html" %} {% block content %}

Api_keys

Create Api_keys

{{ form.csrf_token }}
{% if form.api_key.errors %} {% for error in form.api_key.errors %} {{ error }} {% endfor %} {% endif %}
{% if form.api_key_notes.errors %} {% for error in form.api_key_notes.errors %} {{ error }} {% endfor %} {% endif %}
{% if form.created_user_id.errors %} {% for error in form.created_user_id.errors %} {{ error }} {% endfor %} {% endif %}
{% if form.valid_from.errors %} {% for error in form.valid_from.errors %} {{ error }} {% endfor %} {% endif %}
{% if form.valid_to.errors %} {% for error in form.valid_to.errors %} {{ error }} {% endfor %} {% endif %}
{% endblock content %}