{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "New API Key" %} - {% trans "Rattic" %}{% endblock %} {% block content %}

{% trans "New API Key" %}

{% csrf_token %} {% for field in form %}
{{ field.errors }}
{{ field }}
{% endfor %}
{% endblock %}