{# Track shortcode template #}
{% if post.thumbnail %} {{ post.title|e('html_attr') }} {% else %}
{% endif %} {% if show_player %} {% endif %}

{{ post.title }}

{% if post.artists is not empty %}

{% for artist in post.artists %} {{ artist.name }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %} {% if post.album %}

{{ __('From', 'wp-fedistream') }} {{ post.album }}

{% endif %}
{% if post.duration_formatted %} {{ post.duration_formatted }} {% endif %} {% if post.play_count %} {{ post.play_count }} {{ post.play_count == 1 ? 'play' : 'plays' }} {% endif %}
{% if show_player and post.audio_url %}
{{ post.duration_formatted|default('0:00') }}
{% endif %}