{% extends "base.html" %} {% block content %} {% if 'dr_data' in data and data['dr_data'] %}

TBProfiler Drug Resistance Report

{% for entry in data['dr_data'] %} {% endfor %}
Disclaimer: Drug resistance predictions are for Research Purposes Only and are produced by TBProfiler.
Drug Resistance Supporting Mutations
{{ entry['drug_human_name'] }} {% if entry['resistant'] %}R{% else %}S{% endif %} {% for mutation in entry['variants'] %} {{ mutation[0] }} ({{ mutation[2] }} {{ mutation[1] }}) {% endfor %}
{% endif %} {% endblock %}