{% if not anonymous and obj.restype == "DB" %}
{{ obj.name }}
{% elif not anonymous and obj.restype == "PDF" %}
{{ obj.name }}
{% else %}
{{ obj.name }}
{% endif %}

Verlag: {{ obj.publisher.name }}

{% if obj.dbisid and obj.dbisid != '' %}

Weitere Informationen im Datenbank-Infosystem (DBIS)

{% endif %} {% if obj.description and obj.description != '' %}

{{ obj.description }}

{% endif %}