143 | {%- if last_updated and theme_display_last_updated %} 144 | {% trans last_updated=last_updated|e %}Last updated on: {{ last_updated }}.{% endtrans %} 145 | {%- endif %} 146 | {% block body %}{% endblock %} 147 |