{% extends "AppBundle::Ordenes/edit/edit_order_base.html.twig" %} {% block title 'Editar Ordenes Mercado Libre'|trans %} {% block stylesheets3rd %} {% endblock %} {% block content %}
SKU | Titulo | Precio Unitario | Cantidad | Subtotal | |
---|---|---|---|---|---|
{{ p.productoreferencia }} | {{ p.nombreproducto }} | {{ p.precio | number_format(2, '.', ',') }} | {{ p.cantidad }} | {{ p.precio | number_format(2, '.', ',') * p.cantidad }} |