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