{% load static %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}
ZDB reference
{% with entry_list|first as entry %}
{{entry.0|safe}} (
Pubmed
)
{% endwith %}
Other references
{% for entry in entry_list|slice:"1:"%}
{{entry.0|safe}} (
Pubmed
)
{%endfor%}
{% include "chlamdb/style_menu.html" %}