Reduce the ugly, just bootstrap things.
[audio.git] / src / archive / templates / archive / tags / multiple_tags_table.html
1 {% if table %}<table class='table'>{% endif %}
2     {% for t, v in tags.items %}
3         <tr><th>{{ t }}</th><td>
4         {% for x in v %}
5             <div>{{ x|linebreaksbr }}</div>
6         {% endfor %}
7         </td></tr>
8     {% endfor %}
9 {% if table %}</table>{% endif %}