diff --git a/Film (MFA) Program/Course work and thesis.ftl b/Film (MFA) Program/Course work and thesis.ftl
index 245c994..47fee3f 100644
--- a/Film (MFA) Program/Course work and thesis.ftl
+++ b/Film (MFA) Program/Course work and thesis.ftl
@@ -81,9 +81,14 @@
Medium: ${medium}
#if>
+ <#assign genre = xml.get('mods/genreWrapper/genre')>
+ <#if (genre != "")>
+ Genre: ${genre}
+ #if>
+
<#assign dimensions = xml.get('mods/physicalDescription/extent')>
<#if (dimensions != "")>
- Dimensions: ${dimensions}
+ Length: ${dimensions}
#if>
<#assign abstract = xml.get('mods/abstract')>
diff --git a/Fine Arts (MFA) Program/Course work and thesis.ftl b/Fine Arts (MFA) Program/Course work and thesis.ftl
index 245c994..ec2f4cd 100644
--- a/Fine Arts (MFA) Program/Course work and thesis.ftl
+++ b/Fine Arts (MFA) Program/Course work and thesis.ftl
@@ -81,9 +81,14 @@
Medium: ${medium}
#if>
+ <#assign discipline = xml.get('mods/genreWrapper/genre')>
+ <#if (discipline != "")>
+ Discipline: ${discipline}
+ #if>
+
<#assign dimensions = xml.get('mods/physicalDescription/extent')>
<#if (dimensions != "")>
- Dimensions: ${dimensions}
+ Dimensions or Length: ${dimensions}
#if>
<#assign abstract = xml.get('mods/abstract')>