{% extends "base.html" %} {% block title %}Dogsheep Beta{% if q %}: {{ q }}{% endif %}{% endblock %} {% block content %}

Dogsheep Beta{% if q %}: {{ q }}{% endif %}

{% for hidden in hiddens %} {% endfor %}

Got {{ intcomma(count) }} result{% if count != 1 %}s{% endif %}, sorted by {{ sorted_by }} / {% for other_sort_order in other_sort_orders %} {{ other_sort_order.label }}{% if not loop.last %} / {% endif %} {% endfor %}

{% for result in results %}
{{ result.output|safe }}
{% endfor %}
{% endblock %}