{% extends 'base_assets.html' %} {% load widget_tweaks %} {% block content %}
{% include 'partials/asset_buttons.html' %}
{% 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' %}
{% if perms.assets.view_asset %}
{% include 'partials/asset_buttons.html' %}
{% include 'partials/last_edited.html' with target="asset_history" id=object.asset_id %}
{% endif %} {% endblock %}