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