{# 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' %}

{{- 'Aktywne' -}} {{- 'Nieaktywne' -}}

{% if classifieds|length > 0 %}
{{- 'Ogłoszenie' -}}
{% for classified in classifieds %}
{% include '@Classifieds/blocks/block_list_item_classifieds.html.twig' with { classified: classified } %}
{% if slug == 'aktywne' %} {{- 'Promuj' -}} {% endif %} {% if classified.displayDeadlineReached == false %} {{- 'Edytuj' -}} {% else %} {{- 'Przedłuż' -}} {% endif %} {{- 'Usuń' -}}
{% endfor %}
{%- include '@Core/frontend/blocks/paginator_numbers.html.twig' with { route_params: { slug: slug } } -%} {% else %}
{{- 'page.my_classifieds.message.info.list_empty'|trans -}}
{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}