{%- if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{%- if next %} {{ _('Next') }} {%- endif %} {%- if prev %} {{ _('Previous') }} {%- endif %}
{%- endif %}
{%- block contentinfo %}

{%- if show_copyright %} {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- else %} {% trans copyright=copyright|e %}Copyright © {{ copyright }} by Marek Gagolewski. Some rights reserved. Licensed under CC BY-NC-ND 4.0.{% endtrans %} {%- endif %} {%- endif %} Built with Sphinx and a customised rtd theme. {%- if build_id and build_url %} {# Translators: Build is a noun, not a verb #} {% trans %}Build{% endtrans %} {{ build_id }}. {%- elif commit %} {# Translators: the phrase "revision" comes from Git, referring to a commit #} {% trans %}Revision{% endtrans %} {{ commit }}. {%- endif %} {%- if last_updated %} {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %} This site will never display any ads: it is a non-profit project. {%- if theme_analytics_id %} To make this book better in the future, data are collected anonymously for some basic web analytics (they cannot be used to determine the personal identity of a visitor; no cookies are used). {%- else %} It does not collect any data. {%- endif %}

{%- endblock %}
{%- block extrafooter %} {% endblock %}