{%- block footer -%}
{% if footer_links %}
{% endif %}
{{ project }} {%- if last_updated -%}
    {% trans last_updated=last_updated|e -%}
  • Last updated on {{ last_updated }}
  • {%- endtrans -%}
{%- endif %} {% if show_copyright %}
  • {{ copyright }}
{% endif %} {% if theme_show_powered_by|lower == 'true' %}
{% trans sphinx_url="http://sphinx-doc.org", nefertiti_url="https://github.com/danirus/sphinx-nefertiti" %}Built with Sphinx {{ sphinx_version }} and Nefertiti {{ nefertiti_version }}{% endtrans %}
{% endif %}
{%- endblock %}