Example URL http://sourceforge.net/p/forge/comm-docs-tickets/_discuss/thread/fc476f50/?limit=50&page=0
Module /var/local/allura/Allura/allura/templates/widgets/thread_header.html:4 in top-level template code
<< {% if limit %}
<div>
{% set cur_page = page / limit %}
{% set num_pages = count / limit %}
<div class="span-3">Page {{1 + cur_page}} of {{1 + num_pages}}</div>
>> {% set cur_page = page / limit %}
TypeError: unsupported operand type(s) for /: 'int' and 'unicode'
On allura js/4310. To test, make a url like the one above and make sure it doesn't 500.