{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load formatting %} {% block content %} {% if object.serial is not None %} {% endif %} {% if object.datecode is not None %} {% endif %} {% if object.manufactured is not None %} {% endif %} {% if object.notes %} {% endif %} {% if object.condition is not None %} {% endif %} {% if object.condition_notes %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.acquired is not None %} {% endif %} {% if object.cost is not None %} {% endif %} {% if object.source is not None %} {% endif %} {% if object.lost is not None %} {% endif %} {% if object.lost_price is not None %} {% endif %} {% if object.profit is not None %} {% endif %}
Summary Summary
Camera model {% if object.cameramodel is not None %}{{ object.cameramodel }}{% endif %}
Serial {{ object.serial }}
Datecode {{ object.datecode }}
Manufactured {{ object.manufactured }} {{ object.manufactured|yearssince }}
Notes {{ object.notes|linebreaks }}
Condition {{ object.condition }}
Condition notes {{ object.condition_notes|linebreaks }}
Ownership Ownership
Own {{ object.own|boolicontag }}
Acquired {{ object.acquired }} {{ object.acquired|timesince }} ago
Cost {{ object.cost }}
Source {{ object.source }}
Lost {{ object.lost }} {{ object.lost|timesince }} ago
Lost price {{ object.lost_price }}
Profit {{ object.profit }}
{% endblock %} {% block moreactions %} {% if object.own is not False %}
  • Sell this camera
  • {% endif %} {%endblock%}