{% extends 'D2ShopBundle::base_pos.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %} {% endblock page_header %} {% block content %}

All Products


{% if sys_bandb_active == true and is_granted('ROLE_ADMIN_BANDB_MANAGE') %} B&B Console {% endif %}
{# PRODUCT SECTION #}
{% for entity in products %} {% if loop.first %}
{% endif %}
{% if entity.path is not null %} IMAGE {% else %}

HELLO

{% endif %}
{% if not loop.first and loop.index%4 == 0 %}
{% endif %} {% endfor %}
{# STOCK ITEM SECTION #}
0.00
ItemQtyUnit PriceExclTaxInc
SUB TOTAL
VAT (15%)
TOTAL
TYPE
REFERENCE
AMOUNT
{# Checkout #} Generate Invoice Add to Account Clear
{% endblock content %}