{% extends "base.html" %} {% block title %} » Sites {% endblock %} {% block nav %} Sites [add] {% endblock %} {% block content %}
{{input_text('pattern', '')}}
{% if sites %}

Only the first {{limit}} sites of the search results are shown.

{% elif request.values.pattern %}

No sites matched your search

{% endif %} {% endblock %}