Skip to content

Commit

Permalink
fixing the jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonerf committed Nov 14, 2024
1 parent 445d7df commit ebb2baf
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ definitions:
topic_tags:
- Global Health
aware_description:
<- if aware == "A" ->
<%- if aware == "A" -%>
Access antibiotics have activity against a wide range of common pathogens and show lower resistance potential than antibiotics in the other groups.
<- elif aware == "W" ->
<%- elif aware == "W" -%>
Watch antibiotic have higher resistance potential and include most of the highest priority agents among the Critically Important Antimicrobials for Human Medicine and/or antibiotics that are at relatively high risk of bacterial resistance.
<- elif aware == "R" ->
<%- elif aware == "R" -%>
Reserve antibiotics should be reserved for treatment of confirmed or suspected infections due to multi-drug-resistant organisms. Reserve group antibiotics should be treated as “last resort” options.
<- elif aware == "O" ->
<%- elif aware == "O" -%>
The use of the Not classified/Not recommended antibiotics is not evidence-based, nor recommended in high-quality international guidelines. WHO does not recommend the use of these antibiotics in clinical practice.
<- endif ->
<%- endif -%>
routeofadministration:
<- if routeofadministration == "O" ->
<%- if routeofadministration == "O" -%>
orally administered
<- elif routeofadministration == "P" ->
<%- elif routeofadministration == "P" -%>
parentearally administered
<- elif routeofadministration == "R" ->
<%- elif routeofadministration == "R" -%>
rectally administered
<- elif routeofadministration == "I" ->
<%- elif routeofadministration == "I" -%>
inhaled
<- endif ->
<%- endif -%>


# Learn more about the available fields:
Expand Down

0 comments on commit ebb2baf

Please sign in to comment.