{# title string #} {# classifieds \App\ClassifiedsBundle\Entity\Classified[] #} {# paginator \Pagerfanta\Pagerfanta #} {# slug string #} {# active bool #} {% extends ':default:subpage.html.twig' %} {% import 'macros.twig' as macros %} {% import '@Classifieds/frontend/macros.twig' as price_macros %} {% set myAccountClassifiedsModalId = 'myAccountClassifieds' %} {% block sidebar %} {{ parent() }} {% include ':blocks:we_recommend.html.twig' %} {% endblock %} {% block main_content %} {{ parent() }} {%- include '@Core/frontend/blocks/popup.html.twig' with { popupId: myAccountClassifiedsModalId, popupTitle: 'Potwierdzenie operacji', opt1Label: 'Nie', opt2Label: 'Tak', popupBody: '', } -%} {% endblock %} {% block subpage_content %} {% include '@User/frontend/user_account/buttons.html.twig' %}
{% if classifieds|length > 0 %}