{% import 'macro/table.html' as table %}
Image | Set | Name | Theme | Year | Parts | Retirement | {% if g.login.is_authenticated() %}Actions | {% endif %}
---|---|---|---|---|---|---|---|
{{ 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 g.login.is_authenticated() %}{% endif %} |