{% extends "detail.html" %} {% load boolicontag %} {% block content %} {% if object.shutter_in_lens is not None %} {% endif %} {% if object.type is not None %} {% endif %} {% if object.purpose is not None %} {% endif %} {% if object.notes is not None %} {% endif %} {% if object.manufacturer is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %} {% if history %} {% endif %}
Mount {{ object.mount }}
Shutter in lens {{ object.shutter_in_lens|boolicontag }}
Type {{ object.type }}
Purpose {{ object.purpose }}
Notes {{ object.notes }}
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Misc
Tags {% for tag in object.tags.all %} {{ tag }} {% endfor %}
Similar mounts
Edit history {% include "history.html" %}
Sharing {% include "sharing.html" %}
{% endblock %} {% block moreactions %}
  • View camera models with this mount
  • View lens models with this mount
  • {% endblock %}