{% extends "base.html" %} {% load i18n %} {% block title %} {{ site_settings.company_name }} | {% trans "Contacts" %} {% endblock title %} {% block content %} {% trans "Contact Us" %} {% trans "We'd love to hear from you. Send us a message!" %} {% if site_settings.phone %} 📞 {{ site_settings.phone }} {% endif %} {% if site_settings.email %} ✉️ {{ site_settings.email }} {% endif %} {% trans "Add your contact form here." %} {% endblock content %}
{% trans "We'd love to hear from you. Send us a message!" %}
{% trans "Add your contact form here." %}