{% load blog_extras %} {% load markup %}
{{ object.body|linebreaksbr }}
{% comment %}{{ object.body|restructuredtext }}{% endcomment %} {% if not PREVIEW %} {% if forloop.first %}{% ifequal SHOW_BANNERS 'True' %}{{ "/blog/banner/"|flat_page_content_by_url }}{% endifequal %}{% endif %} {% if not forloop.counter %}{% ifequal SHOW_BANNERS 'True' %}{{ "/blog/banner/"|flat_page_content_by_url }}{% endifequal %}{% endif %} {% endif %} {% if object.id %} {% for rel_object in object.rel_entries.all %} {% if forloop.first %}たぐ - {% endif %} {{ tag.name }} {% if forloop.last %}
{% endif %} {% endfor %} {% endif %}({{ object.published_comment_count }})
{% if do_display_comments %} {% for comment in object.published_comment_list %} {% if forloop.first %}
{{ comment.body|escape|linebreaksbr }}
{{ comment.created|date:"Y/n/j H:i" }} - {{ comment.author }} さん