{% extends 'base.html' %} {% load static %} {% block blogs-style %} {% endblock %} {% block content %}

{% block title %}非公開リスト{% endblock %}

ブログトップ {% if blog_private.cunt != 0 %}

投稿{{ private_blog.count }}

{% endif %} {% for message in messages %} {% endfor %} {% if request.user.is_superuser %}
{% endif %} {% for blog in private_blog %}
{% if blog.category.thumbnail.bool %}

Generic placeholder image

{% endif %} {{ blog.created_at }} / {{ blog.category.title }} {% if request.user.is_superuser %} / 公開 {% endif %}

{{ blog.title }}

{{ blog.text | slice:':100' | striptags }} ...

{% endfor %}
{% endblock %}