{% extends 'base_assets.html' %} {% load widget_tweaks %} {% load asset_templatetags %} {% block title %}Asset {{ object.asset_id }}{% endblock %} {% block content %}
{% include 'form_errors.html' %} {% csrf_token %}
{% include 'partials/asset_form.html' %}
{% if perms.assets.asset_finance %}
{% include 'partials/purchasedetails_form.html' %}
{%endif%}
{% include 'partials/parent_form.html' %}
{% include 'partials/asset_buttons.html' %}
{% endblock %} {% block js%} {% if edit %} {% endif %} {% endblock %}