{% load artifacts %} {% load debusine %} {% for artifact in artifacts %} {% endfor %}
Type Name
{{ artifact|artifact_category_label|capfirst }} {{ artifact.get_label }} {% if not artifact.complete %}(incomplete){% endif %}
{% ui_shortcuts artifact as shortcuts %} {% for shortcut in shortcuts %} {% widget shortcut %} {% endfor %}