{% load filters_extra %} {{ spectacol.id }} {{ perioada }} {{ spectacol.titlu|escape_xml }} {{ spectacol.premiera|date:"Y" }} {{ premiera_formatata }} {% if actor_list %} {% for actor in actor_list %} {{ actor.name.name|escape_xml }} - id{{ actor.name.id }} {% endfor %} {% endif %} {% if director_list %} {% for director in director_list %} {{ director.name.name }} - id{{ director.name.id }} {% endfor %} {% endif %} {% if autor_list %} {% for autor in autor_list %} {{ autor.name.name|escape_xml }} - id{{ autor.name.id }} {% endfor %} {% endif %} {% if scenograf_list %} {% for scenograf in scenograf_list %} {{ scenograf.name.name|escape_xml }} - id{{ scenograf.name.id }} {% endfor %} {% endif %} {% if muzica_list %} {% for muzica in muzica_list %} {{ muzica.name.name|escape_xml }} - id{{ muzica.name.id }} {% endfor %} {% endif %} {% if coregraf_list %} {% for coregraf in coregraf_list %} {{ coregraf.name.name|escape_xml }} - id{{ coregraf.name.id }} {% endfor %} {% endif %} {% if costume_list %} {% for costume in costume_list %} {{ costume.name.name|escape_xml }} - id{{ costume.name.id }} {% endfor %} {% endif %} {% if asistent_list %} {% for asistent in asistent_list %} {{ asistent.name.name|escape_xml }} - id{{ asistent.name.id }} {% endfor %} {% endif %}