{% extends 'base.html.twig' %}
{% block body_id 'fullmatic' %}
{% block title %}Fullmatic{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block modal %}
{{ parent() }}
{% endblock %}
{% block c4rg0_menuleft %}
{% endblock %}
{% block body %}
{% if is_granted('ROLE_SUPERADMIN') %}
{% endif %}
{% for item in weights %}
{% endfor %}
| {{ "ID"|trans }} |
{{ "Items Code"|trans }} |
{{ "Weight"|trans }} |
{% if is_granted('ROLE_SUPERADMIN') %}
{{ "Height"|trans }} |
{{ "Position (x, y)"|trans }} |
{% endif %}
|
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('search') }}
{% endblock %}