{% extends "base.html" %} {% load surftrackr_extras %} {% load humanize %} {% block title %} Websites | {{ website_obj }} {% endblock %} {% block javascript %} {% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if weblogs_obj %} {% include "flagurls.html" %}
Row | Flag | User | Date | URL | Status | Bytes |
---|---|---|---|---|---|---|
{{ forloop.counter }} |
{% if w.flagged %}
![]() ![]() |
{{ w.user }} | {{ w.log_datetime|date:"j M H:i"|nbsp|safe }} | {{ w|chop_middle:25|safe }} | {{ w.status }} | {{ w.size|intcomma }} |
No visits to {{ website_obj }}.
{% if child_sites_obj %}However, these sites are part of the {{ website_obj }} domain, so you might want to check them out instead:
Row | Website | HiLite |
---|---|---|
{{ forloop.counter }} | {{ w }} |
{% if w.hilite %}
{{ w.hilite }} {% endif %} {% ifnotequal w w.top_level_site %} {% if w.top_level_site.hilite %} {{ w.top_level_site.hilite }} — {{ w.top_level_site }} {% endif %} {% endifnotequal %} |