{% if supportData.termsUrl or supportData.privacyUrl %}
{{ localI18n.termsAndConditions }}
{% if supportData.termsUrl %}
- {{ localI18n.termsUrl }}
- {{ supportData.termsUrl }}
{% endif %}
{% if supportData.privacyUrl %}
- {{ localI18n.privacyUrl }}:
- {{ supportData.privacyUrl }}
{% endif %}
{% endif %}
{% if supportData.email or supportData.knowledgebaseUrl or supportData.description or supportData.phone %}
{{ localI18n.support }}
{% if supportData.email %}
- {{ localI18n.email }}:
- {{ supportData.email }}
{% endif %}
{% if supportData.knowledgebaseUrl %}
- {{ localI18n.knowledgebaseUrl }}:
- {{ supportData.knowledgebaseUrl }}
{% endif %}
{% if supportData.description %}
- {{ localI18n.description }}:
- {{ supportData.description | safe }}
{% endif %}
{% if supportData.phone %}
- {{ localI18n.phone }}:
- {{ supportData.phone }}
{% endif %}
{% endif %}
{% endblock %}