{% extends "layout.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Welcome to Inventory Manager

Find out about all of your assets.

{% if stale_pagination['items'] %}
Stale Worklogs
You have {{ stale_count }} worklogs that need attention!
{{ tables.render_table( stale_worklog_headers, stale_worklog_rows, 'index' )}} {{ tables.render_pagination( 'index', stale_pagination['page'], stale_pagination['has_prev'], stale_pagination['has_next'], stale_pagination['total_pages'], page_variable='stale_worklog_page' )}}
{% endif %}
{% endblock %}