{# Popular Tracks Widget Template #} {% if posts is not empty %}
    {% for post in posts %}
  1. {% if post.thumbnail %} {{ post.title|e('html_attr') }} {% else %} {% endif %} {{ post.title }} {% if post.artist %} {{ post.artist }} {% endif %} {% if post.play_count %} {{ post.play_count|number_format }} {% endif %}
  2. {% endfor %}
{% else %}

{{ __('No tracks yet.', 'wp-fedistream') }}

{% endif %}