{# views/product/manage.twig #} {% extends 'layouts/base.twig' %} {% block title %}{{ translations.product }}{% endblock %} {% block page_heading %}

{{ translations.product }}

{% if errors is not empty %}
{% endif %} {% endblock %} {% block content %}

{{ translations.pricing }}

{% if errors is not empty %}
{% endif %}
{% if products is not empty %} {% for product in products %} {% endfor %} {% endif %}
{{ translations.name }} {{ translations.recipe }}
{{ product.getName() }} {% if product.getIdRecipe() is not null %} {% else %} {% endif %} {{ translations.details }}
{% endblock %} {% block scripts %} {% endblock %}