{% extends "slm/base.html" %} {% load compress i18n %} {% block page_content %}
{% block station_list %} {% include 'slm/widgets/stationlist.html' %} {% endblock %}
{% block actions_bar %}
{% if agencies %} {% block station_agencies %}
{% for agency in agencies %} {{ agency.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endblock %} {% endif %} {% if station %}

{% if station %}{{ station }}{% endif %}

{% endif %}
{% endblock %} {% block action_content %}
{% include "messages.html" %}

Alerts

{% include 'slm/widgets/alert_scroll.html' %}

Activity Log

{% include 'slm/widgets/log_scroll.html' %}
{% endblock %}
{% endblock %}