{% extends "common/base.html" %}{% load i18n %}{% load static %}{% load jsplugins %}
{% block title %}
{% if pk %}{% trans "Edit the printing device" %}{% else %}
{% trans "Add the printing device" %}{% endif %}
{% endblock %}
{% block breadcrumbs %}
/
{% trans "Printers" %} /
{% if broken %}
{% trans "Broken" %} /
{% else %}
{% trans "Reserve" %} /
{% endif %}
{% if pk %}{% trans "Edit the printing device" %}{% else %}
{% trans "Add the printing device" %}{% endif %}
{% endblock %}
{% block jqueryui %}
{% if pk %}
{% else %}
{% endif %}
{% jsplugins 'noty' %}
{% endblock %}
{% block content %}