{{ req.type_name }}
{{ req.created_at|naturaltime }}
{{ req.status_hint }}
{% if req.accepted_offer %}“{{ req.accepted_offer.message }}”
{% endif %}{% trans "Conversation archived. Check previous chat messages if needed." %}
{% blocktrans count cond_count=cond_count %} {{ cond_count }} conditional offer awaiting review {% plural %} {{ cond_count }} conditional offers awaiting review {% endblocktrans %}
{% trans "Review the conversation, then accept or decline via the chat actions." %}
{% include "indy_hub/includes/chat_preview.html" with preview=offer.chat.preview %}