{% extends 'datatable.html.twig' %} {% block title %}Informes gastos envÃo Delivery By Merchant{% endblock %} {% block page_title %} Coste arrastres {% endblock %} {% block page_content %}
{{ 'backlist'|trans }}
{{ form_start(form) }} {{ form_row(form.cost) }} {{ form_row(form.manifests) }} {{ form_row(form.submit) }} {{ form_end(form) }}
{% endblock %}