{% extends "base.html" %} {% load static %} {% block title %}{{ artifact.name }} - Artifact{% endblock %} {% block content %}
{{ artifact.type }}
{{ artifact.description }}
{{ producer.workflow.name }}
{{ input.activity.workflow.name }} {% if input.is_required %} Required {% else %} Optional {% endif %}
No activities consume this artifact yet.
{% endif %}{{ artifact.get_template_filename }}