{% 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 %}Somebody (hopefully you) has requested an email alert when '{{ title }}' is back in stock.{% endblocktrans %}
{% trans 'Please click the following link to confirm' %}:

{% trans 'Confirm' %}

{% trans 'You can cancel this alert at any time by clicking the following link' %}:

{% trans 'Cancel' %} {% endblock %}