{% extends 'base.html' %} {% load static %} {% load is_dict %} {% block title %}CONFORMITY DETAIL{% endblock %} {% block content %}
| DETAILS | |||
|---|---|---|---|
| {{ key|upper }} | {% if value is None %}UNKNOWN | {% else %}{{ value }} | {% endif %}|
| CONFORMITY | {% if conformity is None %}UNKNOWN | {% elif conformity is True %}CONFORM | {% elif conformity is False %}CONFLICT | {% endif %}