{% extends "base.html" %} {% block title %}{{object.gear.name}} used by {{object.musician.name}}{% endblock %} {% block subhead %} : {% endblock %} {% block content %}
{% if object.musiciangearphoto_set.count %} {% endif %} {% if user.is_authenticated %}{% endif %}
Manufacturer
{{object.gear.manufacturer.name}}
{% if object.description %}
Description
{{object.description_html|safe}}
{% endif %}
Added
{{object.added|date}}
Modified
{{object.modified|date}}
{% if object.links.count %}

Links

{% if user.is_authenticated %}{% endif %}
{% endif %} {% if object.musiciangearphoto_set.count %}

Photos

{% if user.is_authenticated %}{% endif %}
{% for photo in object.musiciangearphoto_set.all %} {% endfor %}
{% endif %} {% endblock %}