Implement pagination #tasks 708415
Created by: birdsarah
This pull request implements pagination with the following features:
- pagination on all list pages - archive, decisions, proposals.
- default 10 items
- drop-down box to set number of items (with no javascript fall back)
- basic pagination navigation
- number of items is set in session not a cookie (preference is lost after logout)