diff --git a/templates/partials/literature_item.html.twig b/templates/partials/literature_item.html.twig index 3d72bea3f5d65ee7fb7001fb9ae088ca780ba973..44ee6e979a9e16fcc0d0b6cc9fe56a64c2815723 100755 --- a/templates/partials/literature_item.html.twig +++ b/templates/partials/literature_item.html.twig @@ -18,7 +18,7 @@ see gfl-143 {{ 'Doc_author'|trans }}: {% for author in item.literature_author %}{{ author }}{% if not loop.last %} : {% endif %} {% endfor %}
{% endif %} {% if item.editor is defined %} - {{ 'Doc_editor'|trans }}: {% for editor in document.editor %} {{ editor }}{% if not loop.last %} ; {% endif %} {% endfor %}
+ {{ 'Doc_editor'|trans }}: {% for editor in item.editor %} {{ editor }}{% if not loop.last %} ; {% endif %} {% endfor %}
{% endif %} {% if item.monographic_main_title is defined %} {{ 'Doc_title'|trans }}: {{ item.monographic_main_title }} @@ -68,10 +68,10 @@ see gfl-143 {{ item.biblScope_volume_n|join }} {% endif %}
- {% if document.series_main_title is defined %} + {% if item.series_main_title is defined %} {{ 'Doc_volume'|trans }}: {{ item.series_main_title|join }} {% endif %} - {% if document.series_sub_title is defined %} + {% if item.series_sub_title is defined %} {{ item.series_sub_title|join }} {% endif %} @@ -122,7 +122,7 @@ see gfl-143 {% endif %} - {% elseif document.analytic_main_title is defined and document.journal_main_title is defined %} + {% elseif item.analytic_main_title is defined and item.journal_main_title is defined %} {{ 'Doc_essay_magazin'|trans }}
{% if item.literature_author is defined %} {{ 'Doc_author'|trans }}: {{ item.literature_author|join }}