{% if author %}
{{ translate('By') }} {{ author }}
{% endif %}
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans prefix=translate('Copyright'), path=pathto('copyright'), copyright=copyright|e %}© {{ prefix }} {{ copyright }}.{% endtrans %}
{%- else %}
{% trans prefix=translate('Copyright'), copyright=copyright|e %}© {{ prefix }} {{ copyright }}.{% endtrans %}
{%- endif %}
{%- endif %}
{%- if last_updated %}
{% trans prefix=translate('Last updated on'), last_updated=last_updated|e %}{{ prefix }} {{ last_updated }}.{% endtrans %}
{%- endif %}
{%- if theme_extra_footer %}