{% extends 'admin/master.html' %} {% load static %} {% block content %}

Symptoms List

Symptoms List

{% for symptom in symptoms %} {% empty %} {% endfor %}
ID Specialist Symptom Name Symptom Image Status Action
{{ symptom.id }} {{ symptom.specialist.category_name }} {{ symptom.symptom_name }} {% if symptom.symptom_image %} Symptom Image {% else %} No image {% endif %} {{ symptom.get_status_display|capfirst }}
No symptoms found.
{% endblock content %}