{% block footer_column_4 %}
{% block contactus %}
{% if custom_theme.contactus %}
{% trans "Contact Us" %}
{% if custom_theme.contact_name %}
- {{ custom_theme.contact_name }}
{% endif %}
{% if custom_theme.contact_position %}
- {{ custom_theme.contact_position }}
{% endif %}
{% if custom_theme.contact_administrative_area %}
- {{ custom_theme.contact_administrative_area }}
{% endif %}
{% if custom_theme.contact_city %}
- {{ custom_theme.contact_city }}
{% endif %}
{% if custom_theme.contact_street %}
- {{ custom_theme.contact_street }}
{% endif %}
{% if custom_theme.contact_postal_code %}
- {{ custom_theme.contact_postal_code }}
{% endif %}
{% if custom_theme.contact_country %}
- {{ custom_theme.contact_country }}
{% endif %}
{% if custom_theme.contact_delivery_point %}
- {{ custom_theme.contact_delivery_point }}
{% endif %}
{% if custom_theme.contact_voice %}
- {% trans "Tel" %}: {{ custom_theme.contact_voice }}
{% endif %}
{% if custom_theme.contact_facsimile %}
- {% trans "Fax" %}: {{ custom_theme.contact_facsimile }}
{% endif %}
{% if custom_theme.contact_email %}
- {% trans "E-mail" %}: {{ custom_theme.contact_email }}
{% endif %}
{% endif %}
{% endblock contactus %}
{% block powered_by %}
{% endblock powered_by %}
{% block lanaguage_selector %}
{% if csrf_token != "NOTPROVIDED" %}
{% get_current_language as LANGUAGE %}
{% endif %}
{% endblock lanaguage_selector %}
{% endblock footer_column_4 %}