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

6 lines
207 B
Plaintext

{% load i18n %}
{% autoescape off %}
{% for key, value in data.items %}{% if key == 'laptop' %} {{ key }}: {{ value | safe}}{% else %}
{% trans key %}: {{ value }}{% endif %}{% endfor %}
{% endautoescape %}