{% extends 'email/base.html' %} {% block content %}

{{ _('You are about to subscribe to:') }}

{{ watch_description }}

{{ _('Confirm your subscription') }}

{{ _('Thanks!') }}
{{ _('The {domain} team')|f(domain=domain) }}

{% endblock %} {% block footer %}{% endblock %}