{% extends "base.html" %} {% from "auth/_macros.html" import field %} {% block title %}{{ _('Contact seller') }}{% endblock %} {% block content %}
{{ _('Re:') }} {{ listing.title }}
{% if not created %}{{ _('You already have a conversation about this listing.') }} {{ _('View it') }}
{% endif %}