{% extends "searchResults.html" %} {% block searchResults %} {% for langList in resultsByLang %}
|
{% if conceptData.description.description %}
Apraksts: {{conceptData.description.description|linebreaksbr}} {% endif %} {% if conceptData.tags %} {% for tag in conceptData.tags %}{% if forloop.first %}{% else %}, {% endif %} {{ tag.name }} {% endfor %} {% endif %} |