&{'crud.title'}
#{if request.actionMethod != 'index'}
#{crud.navigation /}
#{/if} #{if flash.success}
${flash.success}
#{/if} #{if flash.error || error}
${error ?: flash.error}
#{/if}
#{doLayout /}
Generated by the Play CRUD module.
Learn how to customize it !