{% extends "admin_extra_buttons/action_page.html" %}{% load i18n protocols %} {% block action-content %} {% if not assignment %} {% translate "No assignments found for this channel" %} Add Address {% else %}
{{ form.errors }} {% csrf_token %}
{{ assignment.address.value }}  edit
{% if original|has:"SUBJECT" %}
{{ form.subject }}
{% endif %} {% if original|has:"TEXT" %}
{{ form.message }}
{% endif %}
{% endif %} {% endblock action-content %}