{% load staticfiles otree_tags %}
{{ k }} |
{% if v|is_text %}
{{ v|strip|br }}
{% else %}
{{ v }}
{% endif %}
|
To hide debug info, set the OTREE_PRODUCTION
environment variable to 1 (as indicated in settings.py
).