{{ topic.title }}
{% if topic.summary %}{{ topic.summary | e}}
{% endif %}
{% for article in topic.articles %}
{% if article.url %}
{% endfor %}
{{ article.title | e}}
{% else %}{{ article.title | e}}
{% endif %} {% if article.summary %}{% if language == 'en' %} {{ article.summary | e}} {% else %} {{ article.summary | e}} {% endif %}
{% endif %}