You are about to delete the artifact:
{{ artifact.name }}
{% if consumer_count > 0 %}
Warning: This artifact is used by {{ consumer_count }} activit{{ consumer_count|pluralize:"y,ies" }}:
{% for input in consumers %}
- {{ input.activity.name }} ({{ input.activity.workflow.name }})
{% endfor %}
These activities will lose access to this artifact.
{% endif %}
{% if has_template %}
Note: Template file will also be deleted.
{% endif %}
This action cannot be undone.