{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% block content %}
| Mount | {{ object.mount }} |
| Shutter in lens | {{ object.shutter_in_lens|boolicontag }} |
| Type | {{ object.type }} |
| Purpose | {{ object.purpose }} |
| Notes | {{ object.notes|linebreaks }} |
| Manufacturer | {% include "manufacturer.html" with manufacturer=object.manufacturer %} |
| Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
| Similar mounts |
|
| Sharing | {% include "sharing.html" %} |