{{ title }}
{% for author in authors %} {{ author }}, {% end %}
{% for institute in institutes %} {{ institute }}, {% end %}
Description {% for text_desc in desc %} {% if text_desc['type'] == "i" %} {{ text_desc['text'] }} {% else %} {{ text_desc['text'] }} {% end %} {% end %}