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