{{ title_s }}
{% if annotations['profile_dropdown'] -%}{{ annotations['profile_dropdown'].value}}{%- endif %}
{% for id, contents in annotations.items() -%}
{% if id not in ['title', 'profile_dropdown','metadata'] -%}
{%- endif %}
{% endfor %}
{{ contents.label }}
{% if contents.value is defined -%}{{ contents.value }}{% else -%}{{ contents.active }}{%- endif %}