{% extends "detail.html" %} {% load static %} {% load formatting %} {% load ratings %} {% block content %} {% if object.image %}
{{ object }}
{{ object }}{% if object.image_attribution %} by {% if object.image_attribution_link %}{{ object.image_attribution }}{% else %}{{ object.image_attribution }}{% endif %}{% endif %}
{% endif %} {% if object.disambiguation %} {% endif %} {% if object.negative_size is not None %} {% endif %} {% if object.type is not None %} {% endif %} {% if object.light_source is not None %} {% endif %} {% if object.introduced is not None %} {% endif %} {% if object.discontinued is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %}
Summary Summary
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Model {{ object.model }}
Disambiguation {{ object.disambiguation }}
Negative size {{ object.negative_size }}
Type {{ object.type }}
Light source {{ object.light_source }}
Introduced {{ object.introduced }} {{ object.introduced|yearssince }}
Discontinued {{ object.discontinued }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar enlarger models
Sharing {% include "sharing.html" %}
{% endblock %}