{% if shows %}
Calendar
{% endif %}
About
Cast and Crew
Gallery
Buzz
Notes
{% if shows %}
{{ name }}
{% for show in shows %}
{{ show.start_date|date:"d M, Y" }}
{{ show.start_time|time:"P" }}
{{ show.city.name }}
{% if show.booking_link %}
Book now
{% else %}
More details
{% endif %}
{% endfor %}
{% endif %}
{{ name }}
{% if group %}
Group:
{{ group.name }}
{% endif %} {% if languages %}
Languages:
{% for language in languages %} {{ language.name }} {% endfor %}
{% endif %}
From {{ debut_date|date:"Y" }} {% if last_date %} - {{ last_date|date:"Y" }} {% endif %}
{% comment %}
No of Shows:
Book Now>>
{% endcomment %}
{% if playwright %}
Writer:
{{ playwright }}
{% endif %} {% if director %}
Director:
{{ director }}
{% endif %}
See full credits>>
{{ synopsis|linebreaksbr }}
{% if group.website %}
Group website:
{{ group.website }}
{% endif %}
{% if awards %}
Awards
{% for award in awards %}
{{ award.title }} {% if award.year %}, {{ award.year }} {% endif %} {% if award.link %},
link
{% endif %}
{% endfor %}
{% endif %}
{% include 'includes/media_gallery.html' %}
{% include 'includes/buzzitems.html' %}
{% load comments %}
Comments
{% get_comment_count for obj as comment_count %} {% if not comment_count %}
No comments added yet
{% else %} {% render_comment_list for obj %} {% endif %} {% if user.is_authenticated %}
Your comments
{% get_comment_form for obj as form %}
{% csrf_token %}
{{ form.as_p }}
{% else %}
Please sign-in to add comments.
{% endif %}
Kindly refer to notes in script archive. But instead of Posted by Name, Date, Time, make it - date, time
Edit