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

Api_keys

Api_keys Table

{% for value in data.items %} {% endfor %}
id Api key Api key notes Created user id Valid from Valid to Edit
{{ value.id }} {{ value.api_key }} {{ value.api_key_notes }} {{ value.users_name }} {{ value.valid_from }} {{ value.valid_to }} Edit |
{% endblock content %}