{% extends 'CPPSuperAdminBundle:Default:base.html.twig' %} {% block title %}Super Admin- View Orders{% endblock %} {% block pagecontent %}
SO# | Order Date | Production Status | Tracking/In Care Of | Staff Initials |
{% if portalclientgroup is defined %} {{ orders.id }} {% endif %} {% if portalclientpsd is defined %} {{ orders.id }} {% endif %} | {{ orders.timestamp|date('Y-m-d H:i:s') }} | {{ orders.orderstatus }} | {{ orders.billingname }} | {{ orders.submittedprice|number_format(2, '.', ',') }} |