Artifacts

{{ open_count }} open · {{ archived_count }} archived · + new
{% if current_status == "all" %} All {% else %} All {% endif %} · {% if current_status == "open" %} Open {% else %} Open {% endif %} · {% if current_status == "archived" %} Archived {% else %} Archived {% endif %}
{% if artifacts.is_empty() %}

No artifacts found.

{% else %}
gest artifact list
{% for row in artifacts %} {% endfor %}
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") }}
{% endif %}