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