HOME
Posts
  
News
  
Recommendations
SignIn
  
SignOut
Create Account
{{ datetime }}
{% if modified_post %}
(modified)
{% endif %}
{{ title }}
{{ content|safe }}
{% if auth %}
Files inputed in this post are
{{ files_names }}
{% endif %}
Comment
{% if auth_post %}
Edit post
{% if com_status %}
{% else %}
{% endif %}
{{ form.hidden_tag() }}
{{ form.submit }}
{% endif %} {% if auth %}
Edit post
{% if com_status %}
{% else %}
{% endif %}
{{ form.hidden_tag() }} {{ form.submit }}
{% endif %}
{% if com_status %} {% if comments %} {% for i in comments %} {% if i[2] != 0 %}
{{ i[4] }} - {{ i[1] }} {% if i[6] %} (modified) {% endif %}
{{ i[0]|comment }}
{% if user_name == i[4] %}
Edit
Delete
{% elif auth or auth_rm_com %}
Delete
{% else %}
{% endif %} {% else %}
{{ i[4] }} - {{ i[1] }} {% if i[6] %} (modified) {% endif %}
{{ i[0]|comment }}
Respond
{% if user_name == i[4] %}
Edit
Delete
{% elif auth or auth_rm_com %}
Delete
{% else %}
{% endif %} {% endif %}
{% endfor %} {% else %}
Not that much comments
{% endif %} {% endif %}
Next
{% if cur_page > 1 %}
Before
{% endif %}