{%- if self.lastupdated() or self.accuratefor() -%}
{% endblock %}
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%}
{% if self.lastupdated() and self.accuratefor() %} and {% endif -%}
{% if self.accuratefor() %}is accurate for router version {% block accuratefor %}{% endblock %}{% endif %}.
{% endif %}
{% block content %}{% endblock %}