diff --git a/templates/gefahr.j2t b/templates/gefahr.j2t new file mode 100644 index 00000000..5439e449 --- /dev/null +++ b/templates/gefahr.j2t @@ -0,0 +1,16 @@ +{% extends "templates/base.j2t" %} + {% if Akut is undefined %} + {% set Akut = False %} + {% endif %} + {% if Vermutet is undefined %} + {% set Vermutet = False %} + {% endif %} +{%- block symbol -%} + + {%- if Akut == True -%} + ! + {%- endif -%} + {%- if Vermutet == True -%} + ? + {%- endif -%} +{%- endblock symbol -%} \ No newline at end of file