{% for node in nodes %}
  • {% if perms.netbox_certificates.change_artifactgroup or perms.netbox_certificates.delete_artifactgroup %}{% endif %} {{ node.name }} {{ node.service_count }} services ยท {{ node.artifact_count }} artifacts {% if perms.netbox_certificates.add_artifactgroup %} Subgroup{% endif %} {% if perms.netbox_certificates.change_artifactgroup %} Rename / move{% endif %} {% if perms.netbox_certificates.delete_artifactgroup %} Delete{% endif %}
  • {% endfor %}