{% blocktrans trimmed %}
You are creating an API Key for a superuser account. Such API keys cannot be made
read only and will always have full access. Proceed with caution.
{% endblocktrans %}
{% endif %}
{% trans "Add Key" %}
{% if not request.user.is_superuser %}
{% trans "Read only" %}
{% endif %}