{% extends "slm/base.html" %} {% load slm i18n compress crispy_forms_tags %} {% block page_content %}
{% block station_list %} {% include 'slm/widgets/stationlist.html' %} {% endblock %}

New Site


{% crispy form %}
{% endblock %}