{% extends "stweb/base.html" %} {% block title %}siptrackweb - counters{% endblock %} {% block content %}
Counters
{% for counter in counter_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Name Description
{% if counter.attributes.name %} {{ counter.attributes.name|escape }} {% else %} [UNKNOWN] {% endif %} {{ counter.attributes.description }}
{% endblock %}