package seasonsview import "git.haelnorr.com/h/oslstats/internal/db" import "git.haelnorr.com/h/oslstats/internal/view/baseview" import "fmt" templ FixtureUploadResultPage(fixture *db.Fixture) { {{ backURL := fmt.Sprintf("/fixtures/%d", fixture.ID) }} @baseview.Layout(fmt.Sprintf("Upload Result — %s vs %s", fixture.HomeTeam.Name, fixture.AwayTeam.Name)) {
{ fixture.HomeTeam.Name } vs { fixture.AwayTeam.Name } Round { fmt.Sprint(fixture.Round) }
Upload the 3 period match log JSON files. Each file corresponds to one period of the match. The files will be validated for consistency.