Skip to content

Commit

Permalink
Person einer Führungseinrichtung hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daugl committed Jul 9, 2024
1 parent a650fc2 commit c9df17a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/person.j2t
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{% if Zugtrupp is undefined %}
{% set Zugtrupp = False %}
{% endif %}
{% if Fuehrungseinrichtung is undefined %}
{% set Fuehrungseinrichtung = False %}
{% endif %}
{% if Org == "thw" %}
{% set ShadowColor = thw.colorStroke %}
{% set OutlineColor = thw.colorSecondary %}
Expand Down Expand Up @@ -44,6 +47,11 @@
{% set OutlineColor = undefined.colorSecondary %}
{% set BaseColor = undefined.colorPrimary %}
{% endif %}
{% if Fuehrungseinrichtung == True %}
{% set ShadowColor = "#000000" %}
{% set OutlineColor = "#FFFFFF" %}
{% set BaseColor = "#FFFF00" %}
{% endif %}
{%- block symbol -%}
<path d="M62,128 L128,62 L194,128 L128,194 Z" fill="{{ ShadowColor }}" />
<path d="M65,128 L128,65 L191,128 L128,191 Z" fill="{{ OutlineColor }}" />
Expand Down

0 comments on commit c9df17a

Please sign in to comment.