X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/a50ddc685551384615e95785eb01d4505412df5e..8e82784fa2fe21d9c3828adbf43178a39c7cdea6:/migdal/templates/migdal/entry/entry_short.html diff --git a/migdal/templates/migdal/entry/entry_short.html b/migdal/templates/migdal/entry/entry_short.html index 432f4c4..5dbef6f 100755 --- a/migdal/templates/migdal/entry/entry_short.html +++ b/migdal/templates/migdal/entry/entry_short.html @@ -4,16 +4,30 @@
+
+ {% entry_begin object %} -{% if object.has_body %} - {% trans "read more" %} -{% endif %} +
{% if object.get_type.commentable %} {% get_comment_count for object as comment_count %} - + {% blocktrans count comment_count as c %}{{c}} comment{% plural %}{{c}} comments{% endblocktrans %} {% endif %} -
\ No newline at end of file + +{% if object.body.raw %} + {% trans "read more" %} +{% endif %} + +
+ + +
+
+ + +
+
+