{{ 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 %}
vol. {{ entity.volum }}
{% endif %}
{% if entity.pagines is not null %}
p. {{ entity.pagines }}
{% endif %}