diff --git a/templates/client/includes/article/news_logo_in_catalog.html b/templates/client/includes/article/news_logo_in_catalog.html
new file mode 100644
index 00000000..5c7ab435
--- /dev/null
+++ b/templates/client/includes/article/news_logo_in_catalog.html
@@ -0,0 +1,10 @@
+{% load static %}
+{% load thumbnail %}
+
+{% if obj.logo %}
+ {% thumbnail obj.logo "40x40" format="PNG" as im %}
+
+ {% endthumbnail %}
+{% else %}
+
+{% endif %}
\ No newline at end of file
diff --git a/templates/client/includes/news.html b/templates/client/includes/news.html
index 0b48df59..3048d4b3 100644
--- a/templates/client/includes/news.html
+++ b/templates/client/includes/news.html
@@ -10,7 +10,7 @@