{% extends 'layout/admin_page.html' %} {% from 'forms/_form.html' import form_header, form_rows, form_footer %} {% block title %}{% trans %}API Settings{% endtrans %}{% endblock %} {%- block content %} {{ form_header(form) }} {{ form_rows(form) }} {% call form_footer(form) %} {% endcall %}
{% trans count=count, url=url_for('api.admin_keys') -%} There is currently one active API key in the system. {%- pluralize -%} There are currently {{ count }} active API keys in the system. {%- endtrans %}
{%- endblock %}