X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/db44e1e509986909f100e7d1d03f2967d54cbc3d..5120532d42f2130dd250ec7089d28d9d0fa2b09c:/migdal/templates/comments/migdal/entry/list.html diff --git a/migdal/templates/comments/migdal/entry/list.html b/migdal/templates/comments/migdal/entry/list.html index c01f256..9f7241b 100755 --- a/migdal/templates/comments/migdal/entry/list.html +++ b/migdal/templates/comments/migdal/entry/list.html @@ -1,13 +1,26 @@ +{% load i18n %} {% load gravatar %} {% load markup_tags %} -
+ +

{% trans "Comments" %}

+
{% for comment in comment_list %} -
- - {{ comment.submit_date }} - {{ comment.name }} -
-
-

{{ comment.comment|textile_restricted_pl }}

-
+
+ Avatar +
+
+ {% if comment.url %} + + {% endif %} + {{ comment.name }} + {% if comment.url %} + + {% endif %} +
+
{{ comment.submit_date }}
+
+
{{ comment.comment|textile_restricted_pl }}
+
{% endfor %} -
\ No newline at end of file +
+ \ No newline at end of file