{% load i18n %} {% load texsitexperience_tags %} {% load wagtailimages_tags %} {% trans "Weiterlesen" as button_label %} {% get_live_descendant_pages value.parent value.limit value.newest_first as pages %} {% for page in pages %}
{% with page.specific.body.first_block_by_name.teaser_image as teaser_image %} {% if teaser_image %} {% image teaser_image.value fill-360x250 as imagedata %} {% endif %}

{{ page.title }}

{{ page.owner.get_full_name }}, {{ page.first_published_at|date:"j. F Y" }}

{{ button_label }}
{% endwith %}
{% if not forloop.last %}
{% endif %} {% endfor %}