-
{% for list in results %}
- {{ list.id }}
- {{ list.description if list.description else "
no description
"|safe }}{% if list.topics|length > 0 %}Topics: {{ list.topics_html() }}{% endif %}
{% endfor %}
{% include "header.html" %}
Results for {{ term }}
no description
"|safe }}{% if list.topics|length > 0 %}Topics: {{ list.topics_html() }}{% endif %}