{% extends 'CPPSuperAdminBundle:Default:base.html.twig' %} {% block title %}Super Admin- View Orders{% endblock %} {% block pagecontent %}

Group Orders To Watch


{% for orders in salesorders %} {% endfor %}
SO# | Order DateProduction StatusTracking/In Care OfStaff 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, '.', ',') }}
{% endblock %}