{% extends "base.html" %} {% from "auth/_macros.html" import field %} {% block title %}{{ _('Contact seller') }}{% endblock %} {% block content %}

{{ _('Contact seller') }}

{{ _('Re:') }} {{ listing.title }}

{% if not created %}

{{ _('You already have a conversation about this listing.') }} {{ _('View it') }}

{% endif %}
{{ form.hidden_tag() }} {{ field(form.body) }} {{ form.submit(class="btn") }}
{% endblock %}