{% extends request.is_ajax|yesno:'base_ajax.html,base_assets.html' %} {% load widget_tweaks %} {% block title %}Audit Asset {{ object.asset_id }}{% endblock %} {% block content %}
{% include 'form_errors.html' %} {% csrf_token %}
{% include 'partials/form_field.html' with field=form.asset_id col="col-6" %}
{% include 'partials/form_field.html' with field=form.description col="col-6" %}
{% include 'partials/form_field.html' with field=form.category col="col-6" %}
{% include 'partials/form_field.html' with field=form.status col="col-6" %}
{% include 'partials/form_field.html' with field=form.serial_number col="col-6" %}
{% include 'partials/form_field.html' with field=form.date_acquired col="col-6" %}
Today Unknown
{% include 'partials/form_field.html' with field=form.date_sold col="col-6" %}
{% include 'partials/form_field.html' with field=form.salvage_value col="col-6" prepend="£" %}

{% render_field form.is_cable|attr:'onchange=checkIfCableHidden()' %}
{% include 'partials/form_field.html' with field=form.cable_type col="col-6" %}
{% include 'partials/form_field.html' with field=form.length append=form.length.help_text col="col-6" %}
5{{ form.length.help_text }} 10{{ form.length.help_text }} 20{{ form.length.help_text }}
{% include 'partials/form_field.html' with field=form.csa append=form.csa.help_text title='CSA' col="col-6" %}
1.5{{ form.csa.help_text }} 2.5{{ form.csa.help_text }}
{% if not request.is_ajax %}
{% endif %}
{% endblock %} {% block footer %}
{% endblock %}