{% extends "mainpage/base.html" %} {% load wl_markdown %} {% load static %} {% block title %}Privacy policy {{ cur_lang }} {{ block.super }}{% endblock %} {% block extra_head %} {{ block.super}} {% endblock %} {% block content_header %}

Privacy Policy

{% endblock %} {% block content_main %}
{% with languages|length as count %} {% if count > 0 %}

This page is also available as: {% for lang, slug in languages %} {# The if statement has to be directly after the link, otherwise we have unwanted spaces #} {{ lang }}{% if count > 1 and forloop.revcounter0 == 1 %} and {% elif count > 1 and forloop.revcounter0 != 0 %}, {% endif %} {% endfor %}

{% endif %} {% endwith %} {{ text|wl_markdown }}
{% endblock %}