{% extends 'base_assets.html' %} {% load widget_tweaks %} {% block title %}Asset {{ object.asset_id }}{% endblock %} {% block content %}
{% include 'partials/asset_detail_form.html' %}
{% if perms.assets.asset_finance %}
{% include 'partials/purchasedetails_form.html' %}
{% endif %}
{% include 'partials/cable_form.html' %}
{% include 'partials/parent_form.html' %}
{% include 'partials/audit_details.html' %}
{% include 'partials/asset_buttons.html' %}
{% include 'partials/last_edited.html' with target="asset_history" id=object.asset_id %}
{% endblock %}