{% extends "base.html" %} {% block title %}Asset Administration{% endblock %} {% block content %}

Assets (New Asset)

{% load sortheaders %} {% table_header headers %} {% for a in page.object_list %} {% endfor %}
{{ a.a_make }} {{ a.a_model }} {{ a.a_serial }} {{ a.a_assetid }} {{ a.a_location }} {{ a.a_description }}
{% include "pagination.html" %} {% endblock %}