{% extends 'base_assets.html' %} {% block title %}Asset Audit List{% endblock %} {% load static %} {% load paginator from filters %} {% load widget_tweaks %} {% block js %} {% endblock %} {% block content %}

Audit Asset:

{% render_field form.query|add_class:'form-control' placeholder='Enter Asset ID' autofocus="true" %}
Search

Assets Requiring Audit:

{% include 'partials/asset_list_table.html' with audit="true" %} {% if is_paginated %}
{% paginator %}
{% endif %} {% endblock %}