{% extends "master.html" %} {% block title %}Home{% endblock %} {%block tag %}{{tag}}{% endblock %} {% block content %}
You apparently did not register any sites yet.
{% else %}You have currently {{ sites | length }} sites listed
{% endif %} {% if sites %}Site name | Hosts | Admin Active | User Active | Private | Bandwith | Last crawled | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ site.name }} | {% if not site.hosts %}{% else %} {% for host in site.hosts %} {% if not loop.first %} | ||||||||||
{% else %} | {% endif %} {{host.name}} | {% if loop.last %}{% else %} | {% endif %} {{host.admin_active}} | {% if loop.last %}{% else %} | {% endif %} {{host.user_active}} | {% if loop.last %}{% else %} | {% endif %} {{host.private}} | {% if loop.last %}{% else %} | {% endif %} {{host.bandwidth_int}} | {% if loop.last %}{% else %} | {% endif %} {{host.last_crawled}} | {% endfor %} {% endif %}