{{ book }} (current)
{# Side Index Group #} {% for subject in subjects %} {{ subject }} {% if subject.id == object.id %} (current) {% endif %} {% endfor %}
© {% now "Y" %} IBS
{% if user.is_active %} 등록 {% if object %} {% if user == book.user or user.is_staff %} 수정 삭제 {% endif %} {% endif %} {% endif %}