{% extends 'assets/add_assets.html' %} {% load bob %} {% block form_title %}Edit part{% endblock %} {% block office_info_inputs %}
{% for field in office_info_form %} {% field_wrapper field %} {% endfor %}
Full history {% if parent_link %} | Parent {% endif %}
{% if status_history %}
Status history
{% for h in status_history %} {% endfor %}
Date Author Before After
{{ h.date|timesince_limited }} {{ h.user|default:'' }} {{ h.old_value }} {{ h.new_value }}
{% endif %} {% endblock %} {% block additional_inputs %} {% for field in part_info_form %}
{{ field }} {% if field.errors %} {% for error in field.errors %}{{ error }} {% endfor %} {% endif %}
{% endfor %} {% endblock %}