{% 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 }} {% endfor %} |
| Similar enlarger models |
|
| Edit history | {% include "history.html" %} |
| Sharing | {% include "sharing.html" %} |