{% extends "detail.html" %} {% load static %} {% load formatting %} {% load ratings %} {% block content %} {% if object.image %}
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 }} |
Rating | {% ratings object %} |
Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
Similar enlarger models |
|
Sharing | {% include "sharing.html" %} |