{% extends 'base_assets.html' %} {% load widget_tweaks %} {% load static %} {% block title %}Asset {{ object.asset_id }}{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}

{% if edit and object %} Edit Asset: {{ object.asset_id }} {% elif duplicate %} Duplication of Asset: {{ previous_asset_id }} {% else %} Create Asset {% endif %}

{% 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/parent_form.html' %}
{% include 'partials/asset_buttons.html' %}
{% endblock %}