translation of dataloop works now
parent
f992d4cc00
commit
361b6b497c
@ -1,4 +1,5 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% for key, value in data.items %}{% if key == 'laptop' %} {{ key }}: {{ value | safe}}{% else %}
|
||||
{{ key }}: {{ value }}{% endif %}{% endfor %}
|
||||
{% trans key %}: {{ value }}{% endif %}{% endfor %}
|
||||
{% endautoescape %}
|
||||
|
Loading…
Reference in New Issue