{% extends 'base_embed.html' %} {% load static from staticfiles %} {% block content %}
TEC Asset Database

Asset: {{ object.asset_id }} | {{ object.description }} Category: {{ object.category }}   Status: {{ object.status }}


{% if object.serial_number %}

Serial Number: {{ object.serial_number }}

{% endif %} {% if object.comments %}

Comments: {{ object.comments|linebreaksbr }}

{% endif %}
{% endblock %}