{% if sat_applied_footer_spacing is not defined %}
{%
if (show_source and has_source and sourcename) or
(show_copyright and (hasdoc('copyright') or copyright)) or
last_updated or
show_sphinx
%}
{% endif %}
{% endif %}
{% if show_source and has_source and sourcename %}
{{ _('View page source') }}.
{% endif %}
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
© {% trans %}Copyright{% endtrans %} {{ copyright }}
{%- elif copyright %}
© {% 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 show_copyright and 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 %}