{# /** * @file * Default theme implementation for jPlayer audio player. * * Available variables: * - plugin_id: the name of the plugin being used for templating. * - plugin_theme: the name of the specific plugin theme, if it exists. * - files: array of render info for each file. * - settings: array of settings for thie player. * * @ingroup themeable */ #}
{% if settings.audio_player_jplayer_theme == 'audiofield.jplayer.theme_jplayer_circle' %} {% for file in files %}
{% endfor %} {% endif %}