{% load staticfiles %} {% block title %}Promgen {{ VERSION }}{% endblock %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% include 'promgen/silence_form.html' %}
Alerts
{% block content %}{% endblock %}
{% block javascript %}{% endblock %}