<%=raw p.getName() %>
<% if ( p.isInGroupCategory( 'DOGSCHOOL' ) ) { %>
<%= p.getCustomGroupProperty( 'DOGSCHOOL', 'dogname' ) ? p.getCustomGroupProperty( 'DOGSCHOOL', 'dogname' ) : '---' %>
<% } %>
<%= p.getStatus() %>
<%= ( null != p.getMomentBirthday() ) ? p.getMomentBirthday().format( 'DD.MM.YYYY' ) : '---' %>