{% extends 'OroUIBundle:actions:view.html.twig' %} {% import 'OroUIBundle::macros.html.twig' as UI %} {% oro_title_set({params : {"%title%": entity.__toString()}}) %} {% block pageHeader %} {% set breadcrumbs = { 'entity': entity, 'indexPath': path('oro_rfp_request_index'), 'indexLabel': 'oro.rfp.request.entity_plural_label'|trans, 'entityTitle': 'oro.rfp.request.id.label'|trans ~ entity.id } %} {{ parent() }} {% endblock pageHeader %} {% block navButtonContainer %} {% placeholder view_navButtons_before with {entity: entity} %} {% block navButtons %} {{ parent() }} {% if resource_granted('oro_order_create') %}
{{ 'oro.product.sku.label'|trans }} | {{ 'oro.product.entity_label'|trans }} | {{ 'oro.rfp.requestproductitem.quantity.label'|trans }} | {{ 'oro.rfp.requestproductitem.price.label'|trans }} | {{ 'oro.rfp.requestproduct.comment.label'|trans }} |
---|---|---|---|---|
{{ lineItem.productSku }} | {{ lineItem.product }} | {% endif %}{{ quantity ? quantity|oro_format_short_product_unit_value(subItem.productUnit) : 'N/A'|trans }} | {{ price ? price|oro_format_price : ''|trans }} | {% if loop.first %}{{ lineItem.comment }} | {% endif %}