{% load blog_extras %} {% load markup %}

{{ object.title }} - {{ object.created|date:"Y/n/j (D) ah:i" }} - {% if object.id %}{% endif %}

{% if not PREVIEW %}{% if not list_mode %} {% if forloop.first %}{% ifequal SHOW_BANNERS 'True' %}{{ "/blog/banner2/"|flat_page_content_by_url }}{% endifequal %}{% endif %} {% if not forloop.counter %}{% ifequal SHOW_BANNERS 'True' %}{{ "/blog/banner2/"|flat_page_content_by_url }}{% endifequal %}{% endif %} {% endif %}{% endif %}

{{ 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 %} {% endfor %} {% for tag in object.tags.all %} {% if forloop.first %}{% endif %} {% endfor %} {% endif %}
{% if object.id %}
{% if do_display_comments %} {% for comment in object.published_comment_list %} {% if forloop.first %}
{% endif %}

{{ comment.body|escape|linebreaksbr }}

{{ comment.created|date:"Y/n/j H:i" }} - {{ comment.author }} さん

{% if forloop.last %}
{% endif %} {% endfor %} {% else %} {% endif %} {% if do_display_comment_form %} {% if object.allow_comment %}
{{ form.as_p }}
{% endif %} {% endif %}
{% endif %}