1 <div class="rng-module-nodeFamilyTree">
2 <table class="table table-bordered">
5 <td><% if(parent) { %><a href="#" class="rng-module-nodeFamilyTree-parent" data-id="<%= parent.id %>"><%= 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><a href="#" data-id="<%= child.id %>"><%= child.repr %></a></li>