{% extends "mql/base.html" %} {% load staticfiles i18n mql %} {% block title %}Livefeed{% endblock %} {% block content %}
{% for site in sites %}
{{ site.name }}
{% endfor %}
{% include "mql/status.html" %}
{% endblock %}