From d9633c7884d3dfddff347975d243caf17d14aaf1 Mon Sep 17 00:00:00 2001 From: Kostiantyn Stoliarskyi Date: Thu, 18 May 2023 16:26:35 +0300 Subject: [PATCH] added logic --- app/templates/book/collection_view.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html index 41342e5..d2cd0c3 100644 --- a/app/templates/book/collection_view.html +++ b/app/templates/book/collection_view.html @@ -277,7 +277,15 @@ {% endfor %} {% else %} {% for section in collection.active_sections %} -

{{section.label}}

+ +

{{ section.label }}

+

{{section.approved_interpretation}}

+
+ Interpretation by {{section.approved_interpretation.user.username}} on {{section.approved_interpretation.created_at.strftime('%B %d, %Y')}} + + + +
{% endfor %} {% endif %} {% endfor %}