diff --git a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl
index e9dca238..3ecfde3e 100644
--- a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl
+++ b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl
@@ -7,12 +7,12 @@
<#assign submissionErrors = editSubmission.validationErrors/>
#if>
+<#--This is set for testing purposes - will be retrieved dynamically from the generator later-->
+<#assign sources = [{"uri":"UMLS", "label":"UMLS"}, {"uri":"Agrovoc", "label":"Agrovoc"}]/>
Manage Associated Concepts
-
-<#--Display error messages if any-->
-
+
<#if submissionErrors?has_content>
#if>
+<#--@lvf.unsupportedBrowser-->
+
+
-
@@ -38,8 +40,7 @@
var existingTermsData = [];
- <#list existingConcepts?keys as key>
- <#assign existingConcept = existingConcepts[key] />
+ <#list existingConcepts as existingConcept>
-
@@ -63,4 +64,58 @@
#list>
-
\ No newline at end of file
+
+
+<#if (existingConcepts?size = 0) >
+
There are currently no concepts specified.
+#if>
+
+
+
+
+
+
+
+
+
+
+${scripts.add('')}
+
+
+
+
diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl
index 19b187f5..1bd56bee 100644
--- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl
+++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl
@@ -23,7 +23,7 @@
<#assign requiredHint=" *" />
<#assign initialHint="(initial okay)" />
-<#--include unsupported browser message-->
+<#--unsupported browser message-->
${title}
diff --git a/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl b/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl
index aaec2f41..3ea6d4b8 100644
--- a/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl
+++ b/productMods/templates/freemarker/edit/forms/manageWebpagesForIndividual.ftl
@@ -40,7 +40,7 @@
Edit |
- Delete
+ Delete
@@ -65,7 +65,7 @@