<%=raw app.core.View.getTemplate( 'configuration-nav', { activeTab : 'profile' } ) %> <% var p = profile; %>
<%=raw p.getName() %>
<% if ( p.isInGroupCategory( 'DOGSCHOOL' ) ) { %>
<%= _lc( 'PROFILE_DOGNAME' ) %>
<%= p.getCustomGroupProperty( 'DOGSCHOOL', 'dogname' ) ? p.getCustomGroupProperty( 'DOGSCHOOL', 'dogname' ) : '---' %>
<% } %>
<%= _lc( 'PROFILE_STATUS' ) %>
<%= p.getStatus() %>
<%= _lc( 'BIRTHDAY' ) %>
<%= ( null != p.getMomentBirthday() ) ? p.getMomentBirthday().format( 'DD.MM.YYYY' ) : '---' %>