{{ song.name}}
Categoría: {{ song.category|title }} {% if song.author %} por {{ song.author }} {% endif %} {% if song.origin %} basada en: {{ song.origin }} {% endif %}Ajustes
      Tono original: Cejilla {{ song.capo }}
      
    
    {% endif %}
    Canción
      {% for verse in song.verses %}
      
    {% for audio in audios %}
    {% if forloop.first %}
    
        {% for line in verse.lines %}
        {% spaceless %}
        {% for chord, lyric in line.zipped_arr %}
        
          
        {% endfor %}
        {% if not forloop.last %} 
{% endif %} {% endspaceless %} {% endfor %}
      {% endfor %}
    | {% if chord.class %} {% endif %} {% for c in chord.chord.items %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %} | 
| {% if 'rowspan' not in chord %} {{ lyric|safe }} {% endif %} | 
{% endif %} {% endspaceless %} {% endfor %}
Audios
{% endif %}
      Audio del {{ audio.date_text }} Descargar
      
    
    {% endfor %}
    Ver archivo original (LaTeX)
    Índice
    Categoría: {{ song.category|title }}