{% if show_source and has_source and sourcename %}
{{ _('View page source') }}.
{% endif %}
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
© {% trans %}Copyright{% endtrans %} {{ copyright }}
{%- else %}
© {% trans %}Copyright{% endtrans %} {{ copyright }}
{%- endif %}
{%- endif %}
{%- if last_updated %}
{%- if show_copyright %}. {%- endif %}
{% trans last_updated=last_updated|e %}
Last updated on {{ last_updated }}.
{% endtrans %}{%- endif %}
{%- if show_sphinx %}
{%- if not last_updated %}. {%- endif %}
{% set sphinx_ref = 'Sphinx' %}
{% trans sphinx_ref=sphinx_ref %}Built with {{ sphinx_ref }} using the{% endtrans %}
Alice {% trans %}theme{% endtrans %}.
{%- endif %}
{%- block extrafooter %}{% endblock %}