{% extends "base.html" %} {% load humanize %} {% load surftrackr_extras %} {% block title %} Websites | {{ website_obj }}{% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if urls_obj %} {% include "flagurls.html" %} {% for u in urls_obj %} {% endfor %}
Row Flag User Date URL Status Size
{{ forloop.counter }} {% if u.flagged %} {% else %} {% endif %} {{ u.user }} {{ u.log_datetime|date:"j M H:i"|nbsp|safe }} {{ u|chop_middle:25|safe }} {{ u.status }} {{ u.size|intcomma }} bytes
{% else %}

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:


{% for w in child_sites_obj %} {% endfor %}
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 %}
{% endif %} {% endif %} {% endblock %}