{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% 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.mount is not None %} {% endif %} {% if object.factor is not None %} {% endif %} {% if object.elements is not None and object.groups is not None %} {% else %} {% if object.elements is not None %} {% endif %} {% if object.groups is not None %} {% endif %} {% endif %} {% if object.multicoated 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 }}
Mount {{ object.mount }}
Optics Optics
Factor {{ object.factor }}×
Elements/Groups {{ object.elements }}/{{ object.groups }}
Elements {{ object.elements }}
Groups {{ object.groups }}
Multicoated {{ object.multicoated|boolicontag }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar teleconverter models
Sharing {% include "sharing.html" %}
{% endblock %}