{% load blog_extras %} {% extends "list_template.html" %} {% block content_title %}

“{{ tag }}”な画像の一覧記事一覧

{% endblock %} {% block content_body %}
{% for object in object_list %} {{ forloop.counter|list_table_tr:"4" }} {% endfor %}
{{ object.description }}

概要:{{ object.description }}
投稿日:{{ object.created|date:"Y/n/j" }}
オリジナル:{{ object.get_image_size|filesizeformat }}

{% ifequal SHOW_BANNERS 'True' %}
{{ "/blog/banner/"|flat_page_content_by_url }}
{% endifequal %} {% endblock %}