{% extends "customer/emails/base.txt" %}
{% load i18n ocyan_main %}{% block body %}
{% 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' %}:
{% absolute_url alert.get_confirm_url %}

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