{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% block content %} {% if object.negative is not None %} {% endif %} {% if object.date is not None %} {% endif %} {% if object.paper_stock is not None %} {% endif %} {% if object.width is not None and object.height is not None %} {% endif %} {% if object.fine is not None %} {% endif %} {% if object.enlarger is not None %} {% endif %} {% if object.lens is not None %} {% endif %} {% if object.aperture is not None %} {% endif %} {% if object.exposure_time is not None %} {% endif %} {% if object.filtration_grade is not None %} {% endif %} {% if object.developer is not None %} {% endif %} {% if object.development_time is not None %} {% endif %} {% if object.toner.all %} {% endif %} {% if object.notes %} {% endif %} {% if object.printer is not None %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.location is not None %} {% endif %} {% if object.sold_price is not None %} {% endif %} {% if object.archive is not None %} {% endif %}
Summary Summary
Negative {{ object.negative }}
Date {{ object.date }}
Paperstock {{ object.paper_stock }}
Size {{ object.width }} × {{ object.height }}"
Fine {{ object.fine|boolicontag }}
Exposure Exposure
Enlarger {{ object.enlarger }}
Enlarger lens {{ object.lens }}
Aperture f/{{ object.aperture }}
Exposure time {{ object.exposure_time }}
Filtration grade {{ object.filtration_grade }}
Development Development
Developer {{ object.developer }}
Development time {{ object.development_time }}
Toner
    {% for toner in object.toner.all %}
  • {{ toner }}
  • {% endfor %}
Notes {{ object.notes|linebreaks }}
Printer {{ object.printer }}
Ownership Ownership
Own {{ object.own|boolicontag }}
Location {{ object.location }}
Sold price {{ object.sold_price }}
Archive {{ object.archive }}
{% endblock %} {% block moreactions %} {% if object.archive is None %}
  • Archive this print
  • {% endif %}
  • Print a cover sheet
  • {% endblock %}