{% extends 'generic/object_list.html' %} {% load static %} {% block extra_controls %} {{ block.super }} {% if perms.netbox_certificates.view_artifactgroup %} Export Archive {% endif %} {% endblock %} {% block content %}
Group Tree
{% if not group_tree %}No Groups match the current filter.{% endif %}
Table View
{{ block.super }}
{% endblock %}