{% 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 %}