From 6329d31b7df86573f7953a182305e6ba24f44690 Mon Sep 17 00:00:00 2001
From: Oleh Krehel
{% endif %}
{# Things that should appear below the line. #}
- {% if line.context_list %}
+ {% if line.context_str %}
- {% for context in line.context_list %}
- {{context}}
- {% endfor %}
+ {{ line.context_str }}
{% endif %}