{% extends "base-timeview.html" %} {% load bcfg2_tags %} {% load url from bcfg2_compat %} {% block extra_header_info %} {% endblock%} {% block title %}Bcfg2 - Client Grid View{% endblock %} {% block pagebanner %}Clients - Grid View{% endblock %} {% block content %} {% filter_navigator %} {% if inter_list %} {% for inter in inter_list %} {% if forloop.first %}{% endif %} {% if forloop.last %} {% else %} {% if forloop.counter|divisibleby:"4" %}{% endif %} {% endif %} {% endfor %}
{{ inter.client.name }}
{% else %}

No client records are available.

{% endif %} {% endblock %}