{% extends 'base.html.twig' %} {% block body_id 'fullmatic' %} {% block title %}Fullmatic{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block modal %} {{ parent() }}

ERROR

{% endblock %} {% block c4rg0_menuleft %} {% endblock %} {% block body %}
{% if is_granted('ROLE_SUPERADMIN') %}
{% endif %}
{% for item in weights %}
{{ item }}
{% endfor %}
{% if is_granted('ROLE_SUPERADMIN') %} {% endif %}
{{ "ID"|trans }} {{ "Items Code"|trans }} {{ "Weight"|trans }}{{ "Height"|trans }} {{ "Position (x, y)"|trans }} 









{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('search') }} {% endblock %}