{% load i18n %} {% if privacy_policy_link or terms_of_service_link %}
{% if privacy_policy_link and terms_of_service_link %} {% trans "Privacy Policy" %} {% trans "Terms of Service" %} {% elif privacy_policy_link %} {% trans "Privacy Policy" %} {% elif terms_of_service_link %} {% trans "Terms of Service" %} {% endif %}
{% endif %}