{%- if show_copyright and copyright -%}

{%- if hasdoc('copyright') -%} © {%- trans copyright=copyright|e -%}Copyright {{ copyright }}{%- endtrans -%} {%- else -%} {%- trans copyright=copyright|e -%}© Copyright {{ copyright }}{%- endtrans -%} {%- endif -%}

{%- endif -%}

{% set sphinx_link %}Sphinx{% endset %} {% set breeze_link %}Breeze theme{% endset %} {% if show_sphinx %} {% trans sphinx_link=sphinx_link, breeze_link=breeze_link %}Made with {{ sphinx_link }} and {{ breeze_link }}.{% endtrans %} {% else %} {% trans breeze_link=breeze_link %}Made with {{ breeze_link }}.{% endtrans %} {% endif %}