{% extends "common/base.html" %}{% load i18n %}{% load static %}{% load jsplugins %} {% block title %} {% if pk %}{% trans "Edit the equipment" %}{% else %}{% trans "Add the equipment" %}{% endif %} {% endblock %} {% block breadcrumbs %}home_ico / {% trans "Equipment" %} / {% if pk %}{% trans "Edit the equipment" %}{% else %}{% trans "Add the equipment" %}{% endif %} {% endblock %} {% block jqueryui %} {% jsplugins 'timepicker' %} {% jsplugins 'noty' %} {% if pk %} {% else %} {% endif %} {% jsplugins 'datepicker' %} {% jsplugins 'timepicker' %} {% endblock %} {% block content %}
{% include 'eq/main_tab.html' with form=form rw_eq=rw_eq %}
{% endblock %}