--- /dev/null
+<div id="rng-module-nodeFamilyTree">\r
+    <table class="table table-bordered">\r
+        <tr>\r
+            <td>powyżej</td>\r
+            <td><% if(parent) { %><a href="#" class="rng-module-nodeFamilyTree-parent" data-id="<%= parent.id %>"><%= parent.repr %></a><% } else { %>-<% } %></td>\r
+        </tr>\r
+        <tr>\r
+            <td rowspan="0">poniżej</td>\r
+            <td>\r
+                <ul>\r
+                <% if(!children || children.length === 0) { %>-<% } else { %>\r
+                    <% children.forEach(function(child) { %>\r
+                        <li><a href="#" data-id="<%= child.id %>"><%= child.repr %></a></li>\r
+                    <% }); %>\r
+                <% } %>\r
+                </ul>\r
+            </td>\r
+        </tr>\r
+</div>
\ No newline at end of file