| 239 | | <li> <a href="[% c.uri_for('pokemon/search', { move => this.name, move_method => method, move_version => specific_version }) %]">[% Icons.$version +%] [%+ list.$specific_version %]</a> </li> |
| 240 | | [% END %] |
| 241 | | <li> <a href="[% c.uri_for('pokemon/search', { move => this.name, move_method => method }) %]">Total: [% list.$specific_version %]</a> </li> |
| | 239 | <li> <a href="[% c.uri_for('pokemon/search', { move => this.name, move_method => method, move_version => specific_version }) %]">[% Icons.$version +%] [%+ list.$specific_version || 0 %]</a> </li> |
| | 240 | [% END %] |
| | 241 | <li> <a href="[% c.uri_for('pokemon/search', { move => this.name, move_method => method }) %]">Total: [% list.all %]</a> </li> |