{% extends "generic/object_edit.html" %} {% load helpers %} {% load form_helpers %} {% load i18n %} {% block title %} {{ action_text }} Authorized Keys {{ preposition }}: {{ object|meta:"verbose_name" }} {{ object }} {% endblock title %} {% block content %}
{% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
{% csrf_token %}
{% block form %}
{% if object %}
{{ object|linkify }}
{% else %}
Missing object object
{% endif %}
{% include 'htmx/form.html' %} {% endblock form %}
{% block buttons %} {% trans "Cancel" %}
{% endblock buttons %}
{% endblock content %}