{# This file is inserted as the 'footer' of each listed record. #}

{% if record.editlink() %} Edit - {% endif %} {{ __('general.phrase.written-by-on', { '%name%': record.user.displayname|default(__('Unknown')), '%date%': record.datepublish|localedatetime("%A %B %e, %Y") }) }}

{% if extended|default() %}

{{ __('general.phrase.permalink') }} - {# include the 'default' links to taxonomies. Check the documentation for ways to modify and customize what is output to the browser: https://docs.bolt.cm/contenttypes/taxonomies#displaying-taxonomies-in-templates #} {{ include('_sub_taxonomylinks.twig', { record: record }) }}

{% set previous = record.previous('id') %} {% set next = record.next('id') %} {% if previous or next %}

{% if previous %} « {{ previous.title }} {% endif %} {% if previous and next %} - {% endif %} {% if next %} {{ next.title }} » {% endif %}

{% endif %} {% set relatedrecords = record.related() %} {% if relatedrecords is not empty %}

{{ __('general.phrase.related-content') }}

{% endif %} {% endif %}