{%- 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 %}