{{ infobox.infobox }}

{% if infobox.img_src %}{{ infobox.infobox|striptags }}{% endif %}

{{ infobox.entity }}

{{ infobox.content | safe }}

{% if infobox.attributes %}
{% for attribute in infobox.attributes %} {% endfor %}
{{ attribute.label }}{{ attribute.value }}
{% endif %} {% if infobox.urls %}
{% endif %} {% if infobox.relatedTopics %}
{% for topic in infobox.relatedTopics %}

{{ topic.name }}

{% for suggestion in topic.suggestions %}
{% endfor %}
{% endfor %}
{% endif %}