{% extends "partials/footer.html" %}
{% load i18n %}
{% block footer-center %}
{% endblock footer-center %}
{% block footer-right %}
{% url "imprint" as imprint_url %}
{% if imprint_url %}
{% translate "Imprint" %}
{% endif %}
{% endblock footer-right %}