{% if next or prev %}
{% if next %} Next {% endif %} {% if prev %} Previous {% endif %}
{% endif %}
{%- if show_source and has_source and sourcename %}

View page source

{%- endif %} {%- if theme_show_copyright %}

{%- if hasdoc('Copyright') %} © Copyright {{ copyright }} {%- elif hasdoc('copyright') %} © Copyright {{ copyright }} {%- else %} © Copyright {{ copyright }} {%- endif %}

{%- endif %} {%- if theme_show_last_updated and last_updated%}

Last rendered on {{ last_updated }}

{%- endif %} {%- if theme_show_sphinx %}

Built with Sphinx and t3SphinxThemeRtd. Report theme issues here.

{%- endif %} {%- if theme_show_revision and theme_github_revision_msg %}

Revision {{ theme_github_revision_msg }}

{%- endif %} {%- if theme_show_legalinfo %}

Legal Info

{%- endif %}