Deprecated: Constant E_STRICT is deprecated in /var/www/ti.g4b.fr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/ti.g4b.fr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/product/create.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
    {% block body %}
        <section class="sectionCreate movieCreate container-fluid">
            <h1>{{ 'create'|trans }}</h1>
            <form id="formCreateSearch" class="form-inline my-2 my-lg-0" method="post" action="{{ path("product_create") }}">
                <input class="form-control mr-sm-2" type="text" placeholder="{{ 'name'|trans }}" name="queryProduct"{% if queryProduct is not null %} value="{{ queryProduct }}"{% endif %}>
                <button class="btn btn-secondary my-2 my-sm-0" type="submit">{{ 'create'|trans }}</button>
            </form>
        </section>
    {% endblock %}