{% 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 %}
Row | {% if use_thumbnails %}Thumbnail | {% endif %}Site | Visits | |
---|---|---|---|---|
{{ forloop.counter }} | {% if use_thumbnails %}
{% if w.thumbnail %}
|
{% endif %}
{{ w|chop_middle:25|safe }} | {{ w.matches }} | |
{{ forloop.counter }} | {% if use_thumbnails %}
{% if c.thumbnail %}
|
{% endif %}
{{ c|chop_middle:25|safe }} | {{ c.matches }} |