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