{% if template_data.brandName %}

{{template_data.brandName}}

{% endif %} {% if template_data.contributor %}
By {{", ".join(template_data.contributor|list_names_filter)}}
{% endif %} {% if template_data.contributingOrganization %}
{{", ".join(template_data.contributingOrganization|list_names_filter)}}
{% endif %} {% if template_data.shortStatement %}
{{template_data.shortStatement}}
{% endif %}
{% if template_data.related.mentions %}
{{ template_data.related.mentions | length }}
{{ 'mentions' if template_data.related.mentions | length >1 else 'mention' }}
{% endif %}
{{ template_data.contributors | length }}
{{ 'contributors' if template_data.contributors | length >1 else 'contributor' }}