{# title string #} {# heading_h1_modifier string #} {# form \Symfony\Component\Form\FormView #} {# classified \App\ClassifiedsBundle\Entity\Classified #} {% form_theme form with "@Core/frontend/form/bootstrap_3_layout.html.twig" %} {% extends '@Classifieds/frontend/actions/add_step1.html.twig' %} {% block sidebar %} {% include ':blocks:sidebar_sections.html.twig' with { clickable: true } %} {% include ':blocks:sidebar_ads_text_block.html.twig' %} {% include ':blocks:we_recommend.html.twig' %} {% endblock %} {% block classified_form_row2 %}

{{- classified.category.locale.title -}}

{{ form_row(form.price) }} {% endblock %} {% block subpage_content %} {% include '@User/frontend/user_account/buttons.html.twig' %} {{ parent() }} {% endblock %} {% block classified_form_help %}

{{- 'Pola oznaczone (' -}} * {{- ') są wymagane.' -}}

{% endblock %} {% block classified_form_submit %} {{ form_row(form.submit, { icon: 'pencil' }) }} {% endblock %}