{% 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 %} /
{% 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 %}