diff --git a/templates/i-posts.html b/templates/i-posts.html index d753803..47d1f20 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,41 +1,43 @@ {% if postos | length > 0 %} -
+
{% for posto in postos %} - {% if posto.root_post %} -
- {% else %} -
- {% endif %} -
-
-
-
- - - +
+ {% if posto.root_post %} +
+ {% else %} +
+ {% endif %} +
+
+
+
+ + + +
+
-
+
+
+
+ #{{ posto._key }} + Ответов: {{ posto.answers_num }} + Длина треда: {{ posto.children_num }} + + + {% if posto.parent_post %} + >>{{ posto.parent_post }} + {% endif %} +

{{ posto.texto }}

+
+
+
+ +
-
-
- #{{ posto._key }} - Ответов: {{ posto.answers_num }} - Длина треда: {{ posto.children_num }} - - - {% if posto.parent_post %} - >>{{ posto.parent_post }} - {% endif %} -

{{ posto.texto }}

-
-
-
- -
-
+ {% endfor %}
- {% endfor %} {% endif %} \ No newline at end of file