{% if can_switch and sitios|length > 0 %}
{# Dropdown #}
{% else %}
{{ current_sitio_name|slice(0,1)|upper }}
Sitio Actual
{{ current_sitio_name }}
{% endif %}
{# Sidebar Toggle Button #}