{% extends 'CPPViawestPortalBundle:Default:base.html.twig' %} {% block title %}Account - View Ship Profiles{% endblock %} {% block pagecontent %}

Shipping Profiles:


{% if data.msg is defined %} {{ data.msg }}
{% endif %} {% if data.msg2 is defined %}

{{ data.msg2 }}

{% endif %}
{% if hasprofile == 'yes' %} {% for shipprofile in shipprofiles %} {% endfor %} {% elseif hasprofile == 'no' %} {% endif %}
{{ shipprofile.nickname }}
{{ shipprofile.shipname }}
ATTN: {{ shipprofile.add2 }}
{{ shipprofile.add1 }}
{{ shipprofile.city }}, {{ shipprofile.state }} {{ shipprofile.zip }}

No profiles found...
{% endblock %}