{% extends "bitcaster/base.html" %} {% load feature_flags i18n static user %} {% block base %} {% block header %}
{# #} {# home#} {# home#} {# #} {# #} {# list#} {# list#} {# #} {# #} {# account_circle#} {# account_circle#} {# #}
{% endblock %}
{% block content %}
{% if parts.address %}
Welcome {{ parts.address }}
{% endif %}
Below the list of the recipients of the message:
{# #} {% for entry in data.recipients %} {% endfor %}
Address Channel Notification MessageTemplate
{{ entry.0.address.value }} {{ entry.1 }} {{ entry.2 }}
{% endblock %}
{% endblock %}