{% if drug_strengths %} {% for s in drug_strengths %} {% if s.id != 10002 %} {% endif %} {% endfor %}
{{ s.name }}{% if s.name != s.label_name %} ({{ s.label_name }}){% endif %}
{% else %} No Drug Strengths {% endif %}