{% extends 'uibase/main/one-col-base.html.twig' %}
{% block content_header %}
{% if categories is defined and categories is not empty %}
{% endif %}
{% if origin == 'NEW' %}
DESIGN ONLINE : CHOOSE A TEMPLATE : {{ productname|upper }}
{% if current_cat_name is defined %}
: {{ current_cat_name|upper }}
{% endif %}
{% if origin == 'NEW' %}
{% if categories is empty %}
Sorry, there are no templates available for the particular size and/or folding options you have chosen.
{% else %}
{% if origin == 'SAVED' %}
{% for image in template.images|slice(0,2) %}
{{ template.templatename }} |
{% endfor %}