Guest User

Untitled

a guest
Sep 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.16 KB | None | 0 0
  1.   <behaviours_ranked
  2.      tal:condition="app/behaviours_ranked_section"
  3.      title="[Behaviours in rank order]"
  4.      average_text="[All others]"
  5.      minimum_text="[minimum]"
  6.      maximum_text="[maximum]"
  7.      number_text="N"
  8.      highest_first="1"
  9.      max_rows="200"
  10.      tal:attributes="title texts/behaviours_ranked_title/value;
  11.                      scoreboard first_scoreboard;
  12.                      average_text texts/average/value;
  13.                      minimum_text texts/minimum/value;
  14.                      maximum_text texts/maximum/value;
  15.                      last_year python: last_year_ratings and 'last_year'
  16.                                                           or None;
  17.                      last_year_text python: last_year_ratings
  18.                                             and texts['last_year'].value()
  19.                                             or None;
  20.                      importance_scoreboard python: second_scoreboard or None;
  21.                      importance_text python: second_scoreboard
  22.                                             and texts['importance'].value()
  23.                                             or None">
Add Comment
Please, Sign In to add comment