diff --git a/clinical/consultation/views/conceptSet.html b/clinical/consultation/views/conceptSet.html
index fe22495c5..91bdaa412 100644
--- a/clinical/consultation/views/conceptSet.html
+++ b/clinical/consultation/views/conceptSet.html
@@ -15,8 +15,12 @@
- -
-
+< li ng-repeat="template in filterTemplates()"
+ ng-show="!(MCHForms.includes(template.label) && !(age > 8 && gender == 'F')) &&
+ !(underFive_form.includes(template.label) && !(age < 5)) &&
+ !(HEI_Forms.includes(template.label) && !(age < 2)) &&
+ !(maleForms.includes(template.label) && !(gender == 'M'))">
+
@@ -31,4 +35,5 @@
-
\ No newline at end of file
+
+