{% load i18n %} {% if success %}

{% trans "Thank you for contacting us." %}

{% trans "Your message was successfully sent to our team." %}

{% else %}

{% trans "Get in touch with us!" %}

{% csrf_token %}
{{contact_form.name.errors}}
{{contact_form.email.errors}}
{{contact_form.message.errors}}
{% trans "Sorry, there was an unexpected error. Kindly retry." %}
{% endif %}