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