{% extends "hardware/base.html" %} {% load i18n %} {% load noris_extra %} {% block javascript %} {{ block.super }} {% include "popkern/yui_autocomplete.html" %} {% include "hardware/js_urls.html" %} {% endblock %} {% block focus %}name{% endblock %} {% block content %}

{% trans "Hardware bearbeiten" %}

{% if form.manipulator.change %} {% endif %} {% include "hardware/part_hw_edit_form.html" %} {% include "popkern/part_submit_copy_row.html" %}
{% if form.manipulator.change %} {% endif %} {% endblock %}