@(report: com.typesafe.play.docs.sbtplugin.PlayDocsValidation.TranslationReport, version: String)
This report details the progress of this translation against the given version of the Play documentation, and attempts to identify potential issues.
Total parsed files: @report.total
@if(report.missingFiles.nonEmpty) {The following Markdown files are present in the official Play documentation, but are not present in the translation. This indicates that there may be translation work left to do.
The following Markdown files are not present in the official Play documentation, but are present in the translation. This could indicate many things, such as documentation being restructured, or a typo in the file name.
The following Markdown files have changed paths. This could create issues, particularly with sourcing code samples.
The following Markdown files have potential issues in code samples. They are either missing code samples, or they refer to code samples that the official documentation doesn't. This could indicate an error in translating, or that something has changed.
Total code samples in official documentation: @file.totalCodeSamples
The following files have no problems.