{% extends 'atom/base.html' %} {% block title %}Search results{% endblock %} {% block content %} {{error}} Select all
{% csrf_token %} {% for c in candidates %}

{{c.collection}}: {{c.internal_url}}

JSON
{{c.text}}
{% endfor %}
{% endblock %} {% block body_js %} {{block.super}} {% endblock %}