{% extends 'base.html' %} {% load i18n static localcosmos_tags %} {% block content %}
{% trans 'Contact us' %}
{% if success %}
{% trans 'Your message has been sent and we will reply to you as soon as possible. Thank you for your interest in Local Cosmos.' %}
{% else %}
{% csrf_token %} {% render_bootstrap_form form %}
{% endif %}
{% endblock %}