{% extends "customer/emails/base.html" %} {% load i18n ocyan_main %} {% block tbody %}

{% with user=alert.user %}{% trans 'Hello' %} {{ user.get_full_name }},{% endwith %}

{% blocktrans with title=alert.product.get_title|safe %}We are happy to inform you that our product '{{ title }}' is back in stock{% endblocktrans %}!

{% trans 'View on site' %} {% if hurry %}

{% trans 'Beware that the amount of items in stock is limited. Be quick or someone might get there first.' %}

{% endif %}

{# do not change the indent of the below text or the translation is lost #} {% blocktrans %} With this email we have disabled your alert automatically and you will not receive any further email regarding this product. {% endblocktrans %}

{% endblock %}