{% extends 'CPPViawestPortalBundle:Default:base.html.twig' %} {% block title %}My Custom Templates{% endblock %} {% block pagecontent %}

My Saved Templates...


{% if notemplates is defined %}

You have no saved templates!

{% else %}
{% for template in usertemplates %} {% endfor %}

{{ template.name }}
| Edit | Save as...(duplicate) | Qty/add to Cart
{% endif %}
{% endblock %}