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

Assets

New Asset
{% if current_branch %} Clear {% endif %}
{% for asset in assets %} {% empty %} {% endfor %}
CodeNameCategoryStatusLocation
{{ asset.code }} {{ asset.name }} {{ asset.category|default:"-" }} {{ asset.get_status_display }} {{ asset.location|default:"-" }} View
No assets.
{% endblock %}