diff --git a/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl b/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl
index cdc49ba0..244d7b9c 100644
--- a/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl
+++ b/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl
@@ -105,7 +105,7 @@
#if>
<#assign author = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#author")!>
- <#if author?has_content >
+ <#if author?has_content || editable >
Авторы: <@p.addLink author editable /> <@p.verboseDisplay author />
<#if author.statements?has_content && author.type == "data">
@@ -151,19 +151,19 @@
#if>
<#assign works = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#works")!>
- <#if works.statements?has_content && works.type == "data">
+ <#if works.statements?has_content || editable >
-
Работы:
+ Работы: <@p.addLink works editable /> <@p.verboseDisplay works />
<@p.dataPropertyList works editable />
#if>
<#assign biblio= propertyGroups.pullProperty("https://litvinovg.pro/text_structures#bibliography")!>
- <#if biblio.statements?has_content && biblio.type == "data">
+ <#if biblio.statements?has_content || editable >
-
Литература:
+ Литература: <@p.addLink biblio editable /> <@p.verboseDisplay biblio />
<@p.dataPropertyList biblio editable />
#if>