{% extends 'bp_home_base.html' %} {% block content %}

{% block title %} Your Eisen Radio! {% endblock %}

{% if combo_master_timer %}{% set timer=combo_master_timer %}{% endif -%}
show Spectrum

{% for post in posts%} {% if not status_listen_btn_dict[post['id']] %}{% set listen_class='btn btn-primary' %} {% endif -%} {% if status_listen_btn_dict[post['id']] %}{% set listen_class='btn btn-danger' %} {% endif -%} {% if not status_record_btn_dict[post['id']] %}{% set record_class='btn btn-primary' %}{% endif -%} {% if status_record_btn_dict[post['id']] %}{% set record_class='btn btn-danger' %}{% endif -%} {% if post['pic_comment'] == None %}{% set pre_display='none' %}{% endif -%} {% if post['pic_comment'] == "" %}{% set pre_display='none' %}{% endif -%} {% if post['pic_comment'] == " " %}{% set pre_display='none' %}{% endif -%} {% if not pre_display == 'none' %}{% set pic_comment=post['pic_comment'] %}{% endif -%}
     {{post['title']}}

‧  {{ post['title'] }}

         
         
         

{{ pic_comment }}
{% endfor%}
screen
{% if current_station %}{% set station=current_station %}{% endif -%} {% if current_table_id %}{% set station_id=current_table_id %}{% endif -%}
☰🎵 🤿 🔴
  â–º     ||          |â—„â—„     ►►|    
{% if listen_last_url %}{% set url=listen_last_url %}{% endif -%}

console 🐟

> {% endblock %}