{% load static %} {% if artifacts %}
{% for artifact in artifacts %} {% endfor %}
Name Type Produced by Required Consumers Actions
{{ artifact.name }} {{ artifact.type }} {{ artifact.produced_by.name }}
{{ artifact.produced_by.workflow.name }}
{% if artifact.is_required %} Required {% else %} Optional {% endif %} {% with consumer_count=artifact.inputs.count %} {% if consumer_count > 0 %} {{ consumer_count }} {% else %} 0 {% endif %} {% endwith %}
{% else %}

No artifacts yet

{% if search_query or type_filter or required_filter is not None or activity_filter %} No artifacts match your search criteria. Try adjusting your filters. {% else %} Get started by creating your first artifact. {% endif %}

{% if not search_query and not type_filter and required_filter is None and not activity_filter %} Create First Artifact {% endif %}
{% endif %}