{% extends "base.html" %} {% load static %} {% block heading %}

Condition Condition grading

{%endblock%} {% block content %}

CameraHub uses this system for grading the condition of cameras and lenses.

{% if object_list %} {% for object in object_list %} {% endfor %}
Code Name Rating Description
{{ object.code }} {{ object.name }} {% if object.min_rating == object.max_rating %} {{ object.min_rating }}% {% else %} {{ object.min_rating }}-{{ object.max_rating }}% {% endif %} {{ object.description }}
{% endif %} {% endblock %}