{% extends '@App/uibase/subbase/useraccount/account-base.html.twig' %} {% block accountcontent %} {% if msg is defined %} {{ msg }}
{% endif %} {% if profiles is not empty %}
Profile Nickname
{% for profile in profiles %} {% if ptype == 'CP' %}
{{ profile.nickname }} | Types: {% if profile.isshipping == true %}SHIPPING {% endif %} {% if profile.iscontact == true %}ORDER-CONTACT {% endif %} edit | view | delete
{% elseif ptype == 'BP' %}
{{ profile.nickname }} | view | delete
{% endif %} {% endfor %} {% else %} You do not have any saved profiles. {% endif %} {% endblock %}