{% extends article.block.child_blocks.authors.meta.template %} {% load wagtailcore_tags %} {% block name_outer_open_tag %}
  • {% endblock %} {% block name_outer_close_tag %}
  • {% endblock %} {% block name_separator %}{% if not all_authors_have_visual %}{{ block.super }}{% endif %}{% endblock %} {% block person_name %} {% if all_authors_have_visual %} {% include_block article.boilerplate.author_visual with content=stream_child.value.identify_with.portrait.value scale_factor=author_visual_scale_factor %} {{ block.super }} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block organisation_name %} {% if all_authors_have_visual %} {% include_block article.boilerplate.author_visual with content=stream_child.value.identify_with.logo.value scale_factor=author_visual_scale_factor %} {{ block.super }} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block list_close_tag %} {{ block.super }}
    {% if article.last_published_at == article.first_published_at %} Published {{ article.first_published_at|date:"j F" }} {{ article.first_published_at|date:"Y" }} {% else %} Last updated {{ article.last_published_at|date:"j F" }} {{ article.first_published_at|date:"Y" }}, first published {{ article.first_published_at|date:"j F" }} {{ article.first_published_at|date:"Y" }}. {% endif %}
    {% include_block article.tags %}
    {% endblock %}