{% if mod_vars.shoutcast == 0 %} {% set install_shoutcast = '' %} {% include 'views/install_shoutcast.html' %} {% else %} {% set install_shoutcast = 'none' %} {% include 'views/dashboard_shoutcast.html' %} {% endif %}
{% if mod_vars.icecast == 0 %} {% set install_icecast = '' %} {% include 'views/install_icecast.html' %} {% else %} {% set install_icecast = 'none' %} {% include 'views/dashboard_icecast.html' %} {% endif %}
{% if mod_vars.shoutcast == 1 %}
SHOUTCast Server
{% endif %} {% if mod_vars.icecast == 1 %}
Icecast Server
{% endif %} {% if mod_vars.shoutcast == 1 or mod_vars.icecast == 1 %} {% if mod_vars.liquidsoap == 1 %}
LiquidSoud (AutoDJ)
{% else %}
LiquidSoud (AutoDJ)
{% endif %} {% endif %}