{% with object_list.0 as post %}
{% if post.photo %}
{% endif %}
{% block post_list %}
{% if object_list|length > 1 %}
{{ post.published|date:'M' }}
{{ post.published|date:'d' }}
{{ post.published|date:'d' }}
{{ post.title }}
oleh {{ post.get_author_display }} {% with post.tags.all as tags %} {% if tags %} in {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% endwith %} {{ post.comments.active.count }}
{% if post.excerpt %}
{{ post.excerpt|sanitize_allow:'a, b, em, i; href'|safe|truncatewords_html:70 }}
{% else %}
{{ post.content|sanitize_allow:'a, b, em, i; href'|safe|truncatewords_html:70 }}
{% endif %}
{% endwith %}
{% for post in object_list|slice:'1:' %}
{% if forloop.counter|divisibleby:'2'%}
{% endif %} {% endfor %}
{% paginate %}
{% endif %}
{% endblock %}
{{ post.published|date:'M' }}
{{ post.published|date:'d' }}
{{ post.published|date:'d' }}
{{ post.title }}
oleh {{ post.get_author_display }} {% with post.tags.all as tags %} {% if tags %} in {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% endwith %} {{ post.comments.active.count }}
{% if post.excerpt %}
{{ post.excerpt|sanitize_allow:'a, b, em, i; href'|safe|truncatewords_html:70 }}
{% else %}
{{ post.content|sanitize_allow:'a, b, em, i; href'|safe|truncatewords_html:70 }}
{% endif %}
{% endif %} {% endfor %}
{% paginate %}