{% load debusine %} {% load artifacts %}
{% if artifact %} {{ artifact.get_label }} {% else %} #{{ value.artifact_id }} {% endif %}
{% if artifact %} {% ui artifact as artifact_ui %} {% if artifact_ui.ui_shortcuts %}
{% for shortcut in artifact_ui.ui_shortcuts %} {% widget shortcut %} {% endfor %}
{% endif %} {% endif %}