{% 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 %} |
{{ shipprofile.nickname }} {{ shipprofile.shipname }} ATTN: {{ shipprofile.add2 }} {{ shipprofile.add1 }} {{ shipprofile.city }}, {{ shipprofile.state }} {{ shipprofile.zip }} | |
No profiles found... |