{% for item in results.data %}
  • {{ item.text }}{% if item.description %} {{ item.description|safe }} {% endif %}
  • {% endfor %}