From 33737dd74207d2f7263a3c774cd45b069c1dfa08 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 16 Mar 2023 17:56:14 +0100 Subject: [PATCH] Put contexts dict in + {% endif %} + @@ -117,11 +124,9 @@

{% 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 %}