{{ result.title }}{% if result.state == "private" %}private{%endif%} by {{result.owner}} — published {{result.publication}} — last modified {{result.modified}} {# — filed under foo, bar #}
{{result.description|default:''|safe}}
{% empty %}
No results found.
{% endfor %}
{% include "two.bootstrap/pagination.html" %}
{% endif %}
{% endblock %}