{% extends "./base.html" %} {% block sourcesystem_main %}
{% include "./_tabs.html" %} {% if request.user.is_staff %} Create new {% endif %}
{% for type in object_list %} {% empty %} {% endfor %}
Name Sources Actions
{{ type.name }} {{ type.source_count }} {% if request.user.is_staff %} {% if type.source_count %} {% else %} {% endif %} {% endif %}
No source types configured
{% if request.user.is_staff %} {% for type in object_list %} {% if not type.source_count %} {% include "./_delete_confirm_dialog.html" with obj=type delete_url_name="htmx:sourcesystemtype-delete" obj_type="source type" %} {% endif %} {% endfor %} {% endif %}
{% endblock sourcesystem_main %}