WMDE
/
eva
forked from tohe/eva
7
1
Fork 0
eva/eintritt/templates/eintritt/dataloop.txt

6 lines
207 B
Plaintext
Raw Normal View History

2022-02-07 13:54:40 +00:00
{% load i18n %}
{% autoescape off %}
{% for key, value in data.items %}{% if key == 'laptop' %} {{ key }}: {{ value | safe}}{% else %}
2022-02-07 13:54:40 +00:00
{% trans key %}: {{ value }}{% endif %}{% endfor %}
{% endautoescape %}