{% extends 'layouts/two_pane.html' %} {% block content_main %}

{% trans 'List of web sites' %}

{% trans 'Add new site' %}
{% if request.GET.all == '1' %} {% else %} {% endif %}
{% for site in site_list %} {% include 'sites/_site_overview.html' with site=site history=site.states.last %} {% endfor %}

{% if request.GET.all == '1' %} {% include 'pagination.html' with getvars='&all=1' %} {% else %} {% include 'pagination.html' %} {% endif %}
{% endblock %}