{% extends "layout.html" %} {% block title %}Dispose Asset{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% include "authorization_header.html" %} {% if session.logged_in %}
There are currently no assets in the database.
{% endif %} {% if assets_list is defined %}| Asset Tag | Asset Description | Asset Location | Disposal Status |
|---|---|---|---|
| {{ ast[0] }} | {{ ast[1] }} | {{ ast[2] }} | {{ ast[3] }} |
Please follow the guidelines outlined within each text field.