{% extends "common/base.html" %}{% load i18n %}{% load jsplugins %} {% block jqueryui %} {% jsplugins 'powertip' %} {% jsplugins 'pm' %} {% jsplugins 'angular' %} {% jsplugins 'ui-grid' %} {% endblock %} {% block title %} {% if pk %} {% trans "Edit the name of the printing device" %} {% else %} {% trans "Add the name of the printing device" %} {% endif %} {% endblock %} {% block breadcrumbs %} home_ico / {% trans "References" %} / {% trans "Names of printers" %} / {% if pk %} {% trans "Edit the name of the printing device" %} {% else %} {% trans "Add the name of the printing device" %} {% endif %} {% endblock %} {% block content %}
{% if messages %} {% endif %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}
{{ form.manufacturer.label_tag }} {{ form.manufacturer }} {{ form.manufacturer.errors }}
{{ form.name.label_tag }} {{ form.name }} {{ form.name.errors }}
{{ form.printer_type.label_tag }} {{ form.printer_type }} {{ form.printer_type.errors }}
{{ form.comment.label_tag }} {{ form.comment }} {{ form.comment.errors }}
{{ form.slots }}
{{ form.slots.errors }}
{% trans "The field must be greater than zero" %}
{% if show_modal %}{% else %} {% trans "Back" %}    {% endif %} {% if pk %} {% trans "Save" %} {% else %} {% trans "Add" %} {% endif %}
Совместимые картриджи
{% endblock %}