<%=raw app.core.View.getTemplate( 'configuration-nav', { activeTab : 'profile' } ) %> <% var p = profile; %>
<%=raw p.getName() %>
<%= _lc( 'PROFILE_STATUS' ) %>
<%= p.getStatus() %>
<%= _lc( 'BIRTHDAY' ) %>
<%= ( null != p.getMomentBirthday() ) ? p.getMomentBirthday().format( 'DD.MM.YYYY' ) : '---' %>
Unterprofile
<% let cp = p.getChildProfiles(); %> <% if ( !cp || 0 === cp.length ) { %> - keine - <% } else { %> <% for ( let cpi = 0; cpi < cp.length; cpi++ ) { %> <% if ( false === cp[ cpi ].deleted ) { %>  <%= cp[ cpi ].name %>
<% } %> <% } %> <% } %>