CSL [% self.year %]
[% for (i,team) in self.teams.iter().enumerate() { %]
[% team.name %]
: [% team.score %]
[% } %]