70b9d4835915c527d5d8a80fc0f4c4e04c3df724
[audio.git] / src / archive / templates / archive / tags / tags_table.html
1 {% if table %}<table class='tags'>{% endif %}
2     {% for t, v in tags.items %}
3         <tr><th>{{ t }}</th><td>
4             {{ v|linebreaksbr }}
5         </td></tr>
6     {% endfor %}
7 {% if table %}</table>{% endif %}