{% load artifacts %} {% load debusine %}
| 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 %}
|