X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/a07f6c963a7fd16ec39687dea0e9f41bb085f102..8ad47b61af6e74eac5b79ac5961ec1ec33662ba5:/layout/scenario.j2 diff --git a/layout/scenario.j2 b/layout/scenario.j2 index 8d08e05..a8ff89a 100644 --- a/layout/scenario.j2 +++ b/layout/scenario.j2 @@ -1,7 +1,7 @@ {% extends "text.j2" %} {% block mainlink -%} - {{ content_url('/') }}#scenariusze + {{ content_url('/') }}#scenarios {%- endblock %} {% block image -%} @@ -20,7 +20,7 @@ {% for i in range(0, p) %}{% endfor %} - Pozycja {{ label }} jest {% if p == 1 %}słaba{% elif p == 2 %}średnia{% else %}silna{% endif %}: + Position of the {{ label }} is {% if p == 1 %}weak{% elif p == 2 %}average{% else %}strong{% endif %}: {%- endmacro %}