| 176 | | [% poketeam_count = time_delta * 10 + 0.5; poketeam_count = int(poketeam_count); SET poketeam_count = 20 IF poketeam_count > 20 %] |
| 177 | | [% FOREACH i IN [ 1 .. poketeam_count ] %] <img src="/dex-images/icons/[% from_cache ? 123 : 424 %].png" alt=""/>[% END %] |
| | 176 | [% poketeam_count = time_delta * 10 %] |
| | 177 | [% SET poketeam_count = 20 IF poketeam_count > 20 %] |
| | 178 | <div style="height: 32px; width: [% poketeam_count * 32 %]px; background: url(/dex-images/icons/[% from_cache ? 123 : 424 %].png) repeat-x"></div> |