{% extends "master.html" %} {% block title %}Home{% endblock %} {%block tag %}{{tag}}{% endblock %} {% block content %}
Site name | Hosts | Admin Active | User Active | Private | Bandwith | Last crawled |
---|---|---|---|---|---|---|
{{ site.name }} | {% if not site.hosts %}0 | {% else %} {% for host in site.hosts %} {% if not loop.first %} | ||||
{{host.name}} | {{host.admin_active}} | {{host.user_active}} | {{host.private}} | {{host.bandwidth_int}} | {{host.last_crawled}} | {% endfor %} {% endif %}