{% extends "base.html" %} {% block title %}{{ item.name }} — The Shooter's Network{% endblock %} {% block content %}
Equipment › {{ categories.get(item.category, item.category).title() }}

{{ item.name }}

Edit
{% if item.photo_url %}
{{ item.name }}
{% for label, deg in [('↺ Left', -90), ('↻ Right', 90), ('180°', 180)] %}
{% endfor %}
{% endif %} {% if item.brand %}{% endif %} {% if item.model %}{% endif %} {% if item.category == 'scope' %} {% if item.magnification %}{% endif %} {% if item.reticle %}{% endif %} {% if item.unit %}{% endif %} {% else %} {% if item.caliber %}{% endif %} {% endif %} {% if item.serial_number %}{% endif %}
Category{{ categories.get(item.category, item.category).title() }}
Brand{{ item.brand }}
Model{{ item.model }}
Magnification{{ item.magnification }}
Reticle{{ item.reticle }}
Unit{{ item.unit }}
Caliber{{ item.caliber }}
Serial{{ item.serial_number }}
Added{{ item.created_at.strftime('%d %b %Y') }}
{% if item.notes %}

Notes

{{ item.notes }}

{% endif %} {% endblock %}