{% include '/components/logout-button/component-button.html'%}
{% for id,estate in entries %}
{% include '/components/estate-list/component-estate-card.html'%}
{% endfor %}
{% if page > 1 %}
Zurück {% endif %}
{% if (totalCount / pageSize)|round(0,'ceil') > page %}
Weiter {% endif %}