-
{% for searchresult in searchresults %}
-
{% autoescape true %}{{searchresult.title | abbreviate(64)}}{% endautoescape %}
{{searchresult.name}} {%if searchresult.getFollowerOpt() is not null %} ({{searchresult.getFollowerOpt().size()}}) {%endif%}rawdata{% autoescape true %}{{searchresult.description | abbreviate(150)}}{% endautoescape %}
{% endfor %}
{% if keyvaluepairs is not empty %}
{% for keyvalue in keyvaluepairs %}
{% autoescape true %}
{% endautoescape %}
{% endfor %}
{% endif %}
{{ keyvalue.value }}