{% extends 'base.html.twig' %} {% set titleName = "Inventory - "~ inventory.number %} {% block title %} POWER DATA | {{titleName}} {% endblock %} {% block page %}{{titleName}} {% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{titleName}} {% endif %} {% endblock %} {% block css %} {% endblock %} {% block content %} {% for message in app.flashes('success') %} {{ message }} × {% endfor %} {% for message in app.flashes('error') %} {{ message }} × {% endfor %} Product Line : -- Next product : {{ productJson.barcode is defined ? productJson.barcode : '' }} {{ productJson.label is defined ? ' => ' ~ productJson.label : '' }} Out Of Stock Next {% endblock %} {% block script %} {% endblock %}
Next product : {{ productJson.barcode is defined ? productJson.barcode : '' }} {{ productJson.label is defined ? ' => ' ~ productJson.label : '' }}