celery tasks and some other changes
[audio.git] / apps / archive / templates / archive / tags / tags_table.html
diff --git a/apps/archive/templates/archive/tags/tags_table.html b/apps/archive/templates/archive/tags/tags_table.html
new file mode 100755 (executable)
index 0000000..70b9d48
--- /dev/null
@@ -0,0 +1,7 @@
+{% if table %}<table class='tags'>{% endif %}
+    {% for t, v in tags.items %}
+        <tr><th>{{ t }}</th><td>
+            {{ v|linebreaksbr }}
+        </td></tr>
+    {% endfor %}
+{% if table %}</table>{% endif %}