{%- from "global/macros" import change_lang with context -%} {% block title_outer %}{% block title %}{% endblock %} - I2P{% endblock %} {%- if self.metadesc() %} {%- endif %} {% if g.exttheme %}{% else -%} {% if is_rtl() -%} {%- endif %} {%- endif %} {%- block headextra %}{% endblock %}
{{ _('Skip navigation') }}

{{ self.title() }}

{% include "global/lang.html" %}
{% block content_outer %}
{% 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 %}

{{ self.title() }}

{% block content %}{% endblock %}
{% endblock %}