{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% block content %} {% if object.serial is not None %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.acquired is not None %} {% endif %} {% if object.cost 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
Model {{ object.teleconvertermodel }}
Serial {{ object.serial }}
Ownership Ownership
Own {{ object.own|boolicontag }}
Acquired {{ object.acquired }} {{ object.acquired|timesince }} ago
Cost {{ object.cost }}
Lost {{ object.lost }} {{ object.lost|timesince }} ago
Lost price {{ object.lost_price }}
Profit {{ object.profit }}
{% endblock %}