{% extends 'base_assets.html' %} {% load widget_tweaks %} {% load static %} {% block css %} {{ block.super }} {% endblock %} {% block preload_js %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block content %} {% if duplicate %}
{% elif edit %} {% else %} {% endif %} {% include 'form_errors.html' %} {% csrf_token %}
{% include 'partials/asset_detail_form.html' %}
{% include 'partials/purchasedetails_form.html' %}
{% include 'partials/cable_form.html' %}
{% include 'partials/parent_form.html' %}
{% include 'partials/asset_buttons.html' %}
{% endblock %}