{% load artifacts %} {% load debusine %} {# Artifact category #} {{ artifact|artifact_category_label|capfirst }} {# Artifact label (with link) #} {{ artifact.get_label }} {% if not artifact.complete %}(incomplete){% endif %} {# Action shortcuts: download, open #}
{% ui artifact as artifact_ui %} {% for shortcut in artifact_ui.ui_shortcuts %} {% widget shortcut %} {% endfor %}