No artifacts found.
{% else %}| ID | Title | Tags | Updated |
|---|---|---|---|
| {{ row.artifact.id().short() }} | {{ row.artifact.title() }} {% if row.artifact.is_archived() %} [archived]{% endif %} | {% for tag in row.tags %} #{{ tag }}{{ " " }} {% endfor %} {% if row.link_count > 0 %} [{{ row.link_count }} link{% if row.link_count != 1 %}s{% endif %}] {% endif %} | {{ row.artifact.updated_at().format("%Y-%m-%d %H:%M") }} |