{% load i18n %}

{% trans 'New price offer #' %} {{ offer.id }}


{% trans 'Product title' %}:
{{ offer.product.title }}

{% trans 'Name' %}:
{{ offer.name }}

{% trans 'Email' %}:
{{ offer.email }}

{% trans 'Mobile' %}:
{{ offer.mobile }}

{% trans 'Offer' %}:
{{ offer.text }}

{% trans 'Show in admin' %} | {% trans 'Show on site' %}