{% extends "base.html" %} {% block title %}Photo{% endblock %} {% block subhead %}Photo{% endblock %} {% block content %}
{% if object.caption %}
caption
{{object.caption_html|safe}}
{% endif %}
Added
{{object.added|date}}
Modified
{{object.modified|date}}
{% if object.source_url %}
Source
{{object.source_name|default:object.source_url}}
{% else %} {% if object.source_name %}
Source
{{object.source_name}}
{% endif %} {% endif %}
{% if object.gear %}

Gear

{% endif %} {% if object.musicians %}

Musicians

{% endif %} {% if object.musiciangear %}

Musician Gear

{% endif %} {% endblock %}