{% extends "base.html" %} {% load i18n staticfiles %} {% block content %}
{% for view in view_list %} {% if view.visable %}
{% if view.logo %} {{ view.description }} {% else %}

{{ view.description }}

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