{% extends "base_objectbrowser.html" %} {% load i18n %} {% block content %} {% if query %} {% trans "This was your query: " %}
{{ query }}
{% endif %}
{% if results %}
{% trans "Results:" %}
| {{ i }} | {% endfor %}
|---|
| {{ x }} | {% endfor %}