{% load static %} {% load entity_renderer %}

{{ entity.id }} - {{ entity.name }}

{{ entity.author }}

{% if entity.publish_status != 2 %}
UNPUBLISHED
{% endif %}
{% renderable_field_values entity layout "coding_system" as coding_systems %} {% for code in coding_systems %}
{{ code.name }}
{% endfor %}
{% renderable_field_values entity layout "collections" as collections %} {% for collection in collections %}
{{ collection.name }}
{% endfor %}