%namespace name="base" file="/base/base.html"/>
%if c.show_closed:
${h.checkbox('show_closed',checked="checked", label=_('Show Closed Pull Requests'))}
%else:
${h.checkbox('show_closed',label=_('Show Closed Pull Requests'))}
%endif
${_('Pull Requests You Participate In')}: ${c.records_total_participate}