# extends 'admin.html' # block admintitle Pull Requests ${ super() } # endblock admintitle # block adminpanel # if view == 'list' and paginator.has_more_pages:

Pull Requests (${paginator.displayed_items()})

# else:

Pull Requests

# endif # if view == 'detail':
${jmacros.form_token_input()}
Modify Pull Request:
# else:
# if paginator.show_index: # include 'page_index.html' # endif # for pr in prs: # endfor
PRStatusTicketChangesAuthorReviewersOpenedModified
${pr.id} ${pr.status} #${pr.ticket} ${format_wikilink(pr)} ${pr.author} ${pr.reviewers} ${format_datetime_utc(pr.opened)} ${format_datetime_utc(pr.modified)}
# if paginator.show_index: # include 'page_index.html' # endif # endif # endblock adminpanel