{% include "./_tabs.html" %}
{% if request.user.is_staff %}
Create new
{% endif %}
Name
Type
Base URL
Token
Incidents
Actions
{% for source in object_list %}
{% include "./_sourcesystem_row.html" %}
{% empty %}
No source systems configured
{% endfor %}
{% if request.user.is_staff %}
{% for source in object_list %}
{% if not source.incident_count %}
{% include "./_delete_confirm_dialog.html" with obj=source delete_url_name="htmx:sourcesystem-delete" obj_type="source" %}
{% endif %}
{% endfor %}
{% endif %}