{% extends 'superuser/base_super_user.html' %} {% block title %}New Broadcast | SaaS Command{% endblock %} {% block page_title %}Compose Broadcast{% endblock %} {% block page_subtitle %}Send a mandatory popup message to partner institution dashboards.{% endblock %} {% block content %}
{% csrf_token %}
Select specific institutions:
{% for school in schools %} {% empty %}
No institutions available.
{% endfor %}
Text will be displayed exactly as typed. Best viewed in paragraphs.
Cancel
{% endblock %}