1 <div class="rng-module-nodeFamilyTree">
\r 
   2     <table class="table table-bordered">
\r 
   5             <td><% if(parent) { %><a href="#" class="rng-module-nodeFamilyTree-parent" data-id="<%= parent.id %>"><%= parent.repr %></a><% } else { %>-<% } %></td>
\r 
   8             <td rowspan="0">poniżej</td>
\r 
  11                 <% if(!children || children.length === 0) { %>-<% } else { %>
\r 
  12                     <% children.forEach(function(child) { %>
\r 
  13                         <li><a href="#" data-id="<%= child.id %>"><%= child.repr %></a></li>
\r