{% if nzines is not empty %} {% for item in nzines %} {% set idx = indices[item.npub] is defined ? indices[item.npub] : null %}

{% if idx and idx.title %} {{ idx.title }} {% elseif item.slug %} {{ item.slug }} {% else %} {{ item.npub }} {% endif %}

{% if idx and idx.summary %} {% endif %}

{% endfor %} {% else %}

No magazines yet.

{% endif %}