{% 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_shortcuts artifact as shortcuts %} {% for shortcut in shortcuts %} {% widget shortcut %} {% endfor %}