{% load i18n %} {% load texsitecore_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 %}

{{ page.title }}

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

{{ page.owner.get_full_name }}

{{ button_label }}
{% with page.specific.body.first_block_by_name.teaser_image as teaser_image %} {% if teaser_image %} {% image teaser_image.value fill-300x300 as imagedata %} {{ imagedata.alt }} {% endif %} {% endwith %}
{% endfor %}