diff --git a/opentech/apply/funds/templates/funds/tables/table.html b/opentech/apply/funds/templates/funds/tables/table.html
index 5e1b80f353b014928addbae6b083a50907c96645..194b5cc9d1e815537bdcf172f9c035221df33625 100644
--- a/opentech/apply/funds/templates/funds/tables/table.html
+++ b/opentech/apply/funds/templates/funds/tables/table.html
@@ -5,8 +5,6 @@
     {{ block.super }}
 
     {% with submission=row.record %}
-
-        {# placeholder for example data row #}
         <tr class="tr tr--child" data-parent-id="{{ row.record.id }}">
             <td colspan="{{ table.columns|length }}">
                 <table class="table table--transparent">
@@ -41,8 +39,7 @@
     {% endwith %}
 
     {% if row.record.previous %}
-        {# we have a linked application #}
-        {# re-render the header row #}
+        {# we have a linked application, re-render the header row #}
         <tr class="tr tr--child" data-parent-id="{{ row.record.id }}">
             <td colspan="{{ table.columns|length }}">
                 <table class="table table--transparent">