I have found the solution to my problem: In build.sbt I have to move the line templatesImport += "views.html.blocks._" after the line play.Project.playJavaSettings.
This is due to the fact that playJavaSettings initializes the variable templatesImport with the defaults imports.