{% load django_auxiliaries_tags wagtailcore_tags aldine_tags bibster_tags media_catalogue_tags wagtail_richer_text_tags wagtail_content_admin_tags querykit_tags %} {% extend_with_custom_blocks self.block.meta.extends_template form.ordered_panel_block_definitions '_section' %} {% block content_section %} {% with result_label=self.block.child_blocks.content.child_blocks.bibster_publications.meta.verbose_item_name result_label_plural=self.block.child_blocks.content.child_blocks.bibster_publications.meta.verbose_item_name_plural %} {{ block.super }} {% endwith %} {% for item, annotations in content %}
{% format_reference item.reference markup_format_name="html" markup_cache=item.markup_cache %} {% for tag in item.tags.all %} {{ tag.name }} {% endfor %} {{ item.summary|richertext }}
{% with figures=item.media.value|match_content_annotation:'category.identifier=figure' %} {% if figures %} {% include_block self.figures.value with content=figures scale_factor=0.33 %} {% else %}
{% endif %} {% endwith %} {% endfor %} {% query_result_navigation result_slice form=form %} {% endblock %}