{% macro list(items) -%} {% if items.full_item_count %} {% for distro in items %} {% endfor %}
Name Updated Description
{{ distro.name }} {{ format_datetime(distro.last_updated, show_time=False) }} {{ distro.summary }}
{% else %}

Sorry there are currently no items available (or you do not have access to any items).

{% endif %} {%- endmacro %}