{% extends "detail.html" %} {% load yesnoicon %} {% block content %}
| Camera mount | {{ object.camera_mount }} |
| Lens mount | {{ object.lens_mount }} |
| Has optics | {{ object.has_optics|yesnoicon }} |
| Infinity focus | {{ object.infinity_focus|yesnoicon }} |
| Notes | {{ object.notes }} |