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