{% if artifacts|length == 0 %} No artifacts yet {% else %}
{% for artifact in artifacts %}
{{artifact.title}}
{% endfor %}
{% endif %}