{% extends "apps_skeleton.html" %} {% block contents %}
{% include "settings_nav.html" %}
{% include "app_alerts.html" with is_modal=False %} New API Key
Username API Key ID Active Expires Created Modified  
{% include "apikey_modal.html" with type="new" %} {% include "apikey_modal.html" with type="edit" %} {% include "apikey_modal.html" with type="review" %} {% include "partial_delete_confirmation.html" with type="api key" %} {% endblock %} {% block code %} {% endblock %}