{% if app.user and is_granted("ROLE_EDITOR") %}
{% endif %}
{{ membres(entity, true) | raw }}
{% if entity.any is not null %}
({{ entity.any }}).
{% endif %}
"{{ entity.titol }}".
{{ entity.referencia |raw }}
{% if entity.ciutat is not null %}
{{ entity.ciutat }}
{% if entity.pais is not null %}, {% endif %}
{% endif %}
{% if entity.pais is not null %}
({{ entity.pais }})
{% endif %}
{% if entity.ciutat is not null or entity.pais is not null %}. {% endif %}
{% if entity.nomMedi is not null %}
{{ entity.nomMedi }}
{% endif %}
{% if entity.volum is not null %}
vol. {{ entity.volum }}
{% endif %}
{% if entity.pagines is not null %}
p. {{ entity.pagines }}
{% endif %}