{% extends 'base.html.twig' %} {% block body_id 'spedarchive' %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block header %} {% endblock %} {% block body %}
{{ app.user.username }}
  • AWB
  • DEST
  • FLY
  • {{ "WEIGHT"|trans }}
    Kg
    999
    ,99
    NO
    CONNECTION
  • {{ "INBOUND"|trans }}
    m3
    999
    ,99
  • {{ "REAL VOLUME BLUE"|trans }}
    m3
    999
    ,99
  • {{ "INBOUND SURFACE"|trans }}
    m3
    999
    ,99
  • {{ "REAL VOLUME SURFACE"|trans }}
    m3
    999
    ,99
  • {{ "DIMENSION"|trans }}
    m
    W
    999
    ,99
    H
    999
    ,99
    L
    999
    ,99
  • {{ "CONMFORM"|trans }}
      
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
{% endblock %} {% block footer %} {% endblock %}