{% extends "base.html" %} {% load static %} {% block heading %}
CameraHub uses this system for grading the condition of cameras and lenses.
{% if object_list %}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 }} |