{% import 'macro/table.html' as table %}
{% if g.login.is_authenticated() %} {% endif %} {% for item in table_collection %} {% set retirement_date = retired.get(item.fields.set_num) %} {{ table.image(item.url_for_image(), caption=item.fields.name, alt=item.fields.set_num) }} {% if g.login.is_authenticated() %} {% endif %} {% endfor %}
Image Set Name Theme Year Parts Retirement Actions
{{ item.fields.set_num }} {{ item.fields.name }} {{ item.theme_name }} {{ item.fields.year }} {{ item.fields.num_parts }} {% if retirement_date %}{{ retirement_date }}{% else %}Not found{% endif %}
{% if all %} {{ table.dynamic('wish', no_sort='0,7')}} {% endif %}