{% extends "base.html" %} {% load i18n static %} {% 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 %}
{% endblock %} {% block script_bottom %} $( document ).ready(function() { // Handler for .ready() called. $(".loadingAnimation").parent().hide(); $(".AutoUpdateStatus").parent().parent().hide(); $(".ReadAllTask").parent().parent().hide(); $(".AutoUpdateButtonParent").hide(); }); {% endblock %}