{% extends "base.html" %} {% block title %}Medical Condition Details - {{ medical_condition }}{% endblock title%} {% block header %}Medical Condition Details{% endblock header%} {% block content %}
Treatment{{ medical_treatment }}
Treated Mice{{ medical_treatment.medicalissue_set.count }}
{% if perms.veterinary.update_medicalcondition %} {% endif %} {% if perms.veterinary.delete_medicalcondition %} {% endif %} {% with medical_treatment.medicalissue_set.all as medical_issues %} {% include 'veterinary_summary_snippet.html' %} {% endwith %} {% endblock content %}