{% extends "emails/body_base.html" %} {% load i18n %} {% block content %}

{% trans "Hi," %}

{% blocktrans %} You have been notified because the status of event "{{ event }}" has changed. {% endblocktrans %}

{% with _("View event") as button_label %} {% include "emails/button-link.html" with url=event_url label=button_label %} {% endwith %} {% endblock %}