{% extends "common/base.html" %}{% load i18n %}{% load static %}{% load jsplugins %} {% block title %} {% if pk %}{% trans "Edit the computer" %}{% else %}{% trans "Add the computer" %}{% endif %} {% endblock %} {% block breadcrumbs %}home_ico / {% trans "Computers" %} / {% if pk %}{% trans "Edit the computer" %}{% else %}{% trans "Add the computer" %}{% endif %} {% endblock %} {% block jqueryui %} {% jsplugins 'timepicker' %} {% jsplugins 'imask' %} {% jsplugins 'noty' %} {% if pk %} {% else %} {% endif %} {% jsplugins 'datepicker' %} {% jsplugins 'timepicker' %} {% endblock %} {% block content %}
{% include 'ce/main_tab.html' with form=form rw_ce=rw_ce %}
{% include 'ce/modals/dialog-delete-address.html' %} {% include 'ce/modals/add_component-modal.html' %} {% include 'ce/modals/edit_component-modal.html' %} {% include 'ce/modals/prompt-modal-action-ce-component.html' %} {% include 'ce/modals/add_program-modal.html' %} {% include 'ce/modals/edit_program-modal.html' %} {% include 'ce/modals/add_repair-modal.html' %} {% include 'ce/modals/add_component_from_stock-modal.html' %} {% include 'ce/modals/add_os-modal.html' %} {% include 'ce/modals/edit_os-modal.html' %} {% include 'ce/modals/add_device-modal.html' %} {% include 'ce/modals/add_device_from_stock-modal.html' %} {% include 'ce/modals/edit_device-modal.html' %} {% include 'ce/modals/add_volume-modal.html' %} {% include 'ce/modals/edit_volume-modal.html' %} {% endblock %}