{% extends "customer/emails/base.txt" %}
{% load i18n ocyan_main %}{% block body %}
{% absolute_url alert.product.get_absolute_url as product_url %}{% blocktrans with title=alert.product.get_title|safe %}We are happy to inform you that our product '{{ title }}' is back in stock{% endblocktrans %}:
{{ product_url }}
{% if hurry %}
{% trans 'Beware that the amount of items in stock is limited. Be quick or someone might get there first.' %}
{% endif %}{% blocktrans %}
With this email we have disabled your alert automatically and you will not
receive any further email regarding this product.
{% endblocktrans %}
{% endblock %}