diff --git a/templates/client/article/article.html b/templates/client/article/article.html
index 653c690e..6f8b8086 100644
--- a/templates/client/article/article.html
+++ b/templates/client/article/article.html
@@ -33,7 +33,10 @@
- {{ object.author_s.fullname }}
- {{ object.publish_date|date:"d E Y" }}
- - Раздел: {{ object.theme.all.0 }}
+ -
+ Раздел:
+ {% for x in object.theme.all %} {{ x }} {% if not forloop.last %}, {% endif %}{% endfor %}
+
{# {{ object.publish_date|date:"d E Y" }} #}
{% if object.tag.all.exists %}