{% load staticfiles otree_tags %}
{{ k }} |
{% if v|is_text %}
{{ v|strip|br }}
{% else %}
{{ v }}
{% endif %}
|