{% extends "withnav_template.html" %} {% block service_page_title %} Previous versions {% endblock %} {% block maincolumn_content %}

Previous versions

{% for template in versions %} {% with show_title=True %} {% include 'views/templates/_template_history.html' %} {% endwith %} {% endfor %}

Back to current templates

{% endblock %}