{% extends "custom_page/gallery/base.html" %} {% load flatblock_tags %} {% load thumbnail %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {%block head%}PHOTO ALBUM{%endblock%} {% block content %}
{{gallery_img.image_gallery}}
{{gallery_id.event.get_description_peek|safe|truncatewords:35}}
RELATED ALBUMS :
{%for related_gallery in related_gallery_list%} {%if forloop.last%} {{related_gallery.name}} {%else%} {{related_gallery.name}} , {%endif%} {%endfor%}
{% if prev %} Previous {% else %}   {%endif%}
{% if next %} Next {%endif%}
 
{% load disqus_tags cache%}
{% disqus_show_comments %}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %}
{% endblock %}