{% extends "schema/detail.html" %} {% block content %}
| Camera mount | {% if object.camera_mount %}{{ object.camera_mount }}{% endif %} |
|---|---|
| Lens mount | {% if object.lens_mount %}{{ object.lens_mount }}{% endif %} |
| Has optics | {{ object.has_optics }} |
| Infinity focus | {{ object.infinity_focus }} |
| Notes | {{ object.notes }} |