{% extends "base.html" %} {% load surftrackr_extras %} {% load humanize %} {% block title %} HiLites | {{ hilite_obj }}{% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if websites_obj %} {% if use_thumbnails %} {% endif %} {% for w in websites_obj %} {% if use_thumbnails %} {% endif %} {% if w.children %} {% for c in w.children %} {% if use_thumbnails %} {% endif %} {% endfor %} {% endif %} {% endfor %}
RowThumbnailSite Visits
{{ forloop.counter }} {% if w.thumbnail %} {% else %}   {% endif %} {{ w|chop_middle:25|safe }} {{ w.matches }}
  {{ forloop.counter }} {% if c.thumbnail %} {% else %}   {% endif %} {{ c|chop_middle:25|safe }} {{ c.matches }}
{% endif %} {% endblock %}