{% extends 'layout/base.html.twig' %} {% block title %}{{ 'title.my_properties'|trans }}{% endblock %} {% block body %}

{{ 'title.my_properties'|trans }} ({{ properties.getTotalItemCount }})

{{ include('user/property/partials/_properties.html.twig') }}
{{ include('user/common/_sidebar.html.twig') }} {{ include('user/common/_change_password.html.twig') }}
{% if is_granted('ROLE_ADMIN') %} {% elseif app.user.isVerified %} {% endif %} {{ knp_pagination_render(properties) }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('js/user') }} {{ encore_entry_script_tags('js/password') }} {% endblock %}