{%- if show_copyright %} {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© {{ copyright }}{% endtrans %} {%- else %} {% trans copyright=copyright|e %}© {{ copyright }} {% endtrans %} {%- endif %} {%- endif %} {{ theme_copyright_html }}

{%- if last_updated %} {% trans last_updated=last_updated|e %}Updated on {{ last_updated }}{% endtrans %} {%- if show_sphinx %} {% trans sphinx_version=sphinx_version|e %}, built with Sphinx {{ sphinx_version }}{% endtrans %} {%- else %} {%- endif %} {%- endif %} {%- if show_sphinx and not last_updated %} {% trans sphinx_version=sphinx_version|e %}Built with Sphinx {{ sphinx_version }}.{% endtrans %} {%- endif %}
{% if theme_footer_links %} {%- for link in theme_footer_links %} {{ link[0] }} {% if not loop.last %} • {% endif %} {%- endfor %} {% endif %}