{% extends 'generic/object_list.html' %} {% load i18n %} {% block controls %}
{% block extra_controls %}{% endblock %} {% if 'add' in actions %} {% if user_key %} {% trans "Edit User Key" %} {% else %} {% trans "Add User Key" %} {% endif %} {% endif %} {% if perms.netbox_secrets.change_userkey %} Activate User Key {% endif %}
{% endblock controls %}