{% extends "base.html" %} {% load i18n staticfiles %} {% block title %}PyScada Control Center - Overview{% endblock %} {% block content %}
{% for view in view_list %} {% if view.visible %}
{% if view.logo %} {{ view.description }} {% else %}

{{ view.description }}

{% endif %}
{% endif %} {% if forloop.counter|divisibleby:4 %}
{% endif %} {% endfor %} {% if user.is_staff %}

The Data Export Panel

The Log Panel
{% endif %}
{% endblock %} {% block include_bootom %} {% endblock %} {% block script_bottom %} $( document ).ready(function() { // Handler for .ready() called. $("#loadingAnimation").hide(); }); {% endblock %}