${_('Rule Name')} | ${_('Rule Description')} | ${_('Default Score')} | ${_('Local Score')} | ${_('Actions')} |
---|---|---|---|---|
${_('No Local Scores found')} | ||||
${rule.id} | ${rule.description} | ${rule.score} | ${rule.local_score} | ${h.link_to(h.literal(''), url('edit-local-scores', score_id=rule.id), title=_("Edit Local Score"))} |
${_('Showing items %(i)d to %(l)d of %(count)d') % dict(i=c.page.first_item, l=c.page.last_item, count=c.page.item_count)}.
No items found
% endif % if c.page.next_page != c.page.first_page and c.page.page != c.page.first_page: ${h.link_to(h.literal(''), url('local-scores-pg', page=c.page.first_page))} ... % endif % if c.page.previous_page: ${h.link_to(h.literal(''), url('local-scores-pg', page=c.page.previous_page))} % endif % for linkpage in page_nums: % if linkpage == c.page.page: ${linkpage} % else: ${h.link_to(h.literal(linkpage), url('local-scores-pg', page=linkpage))} % endif % endfor % if c.page.next_page: ${h.link_to(h.literal(''), url('local-scores-pg', page=c.page.next_page))} % endif % if c.page.next_page != c.page.page_count and c.page.page != c.page.page_count and c.page.page_count != 0: ... ${h.link_to(h.literal(''), url('local-scores-pg', page=c.page.page_count))} % endif % if c.page.page_count != 0: