{% extends "base.html" %} {% block inline_css %} {{block.super}} {% include 'user_image/image_set.css' %} {% include 'tag/list.css' %} {% include 'job/status.css' %} {% include 'form_ajax.css' %} {% endblock %} {% block javascript %} {{ block.super }} {% include 'form_ajax.js' %} {% include 'comment/comment.js' %} {% include 'tag/tag.js' %} {% endblock %} {% block title %} Albums > {{ album.title }} {% endblock %} {% block content %} {% if user == album.user %}
{%endif %}
Comments
{% include 'comment/list.html' with comments=album.comment_receiver.comments.all next=request.path %} {% include 'comment/form.html' with comment_form=comment_form category='album' recipient_id=album.comment_receiver.id next=request.path %}