{{ 'Name'|trans }}: {{ printer.name }}
{{ 'IP'|trans }}: {{ printer.ip }}
{{ 'Location'|trans }}: {{ printer.location }}
{{ 'SerialNumber'|trans }}: {{ printer.serialnumber }}
{{ 'Type'|trans }}: {{ printer.type }}
{{ 'Toner'|trans }}:
{{ 'Black'|trans }} - {{ printer.tonerblack }} % ({{ printer.tonerBlackDescription }})
{% if printer.isColorPrinter %}
{{ 'Cyan'|trans }} - {{ printer.tonercyan }} % ({{ printer.tonerCyanDescription }})
{{ 'Magenta'|trans }} - {{ printer.tonermagenta }} % ({{ printer.tonerMagentaDescription }})
{{ 'Yellow'|trans }} - {{ printer.toneryellow }} % ({{ printer.tonerYellowDescription }})
{% endif %}
{% trans with {"%ID%": printer.id, "%URL%":absolute_url(path('dashboard_details', {'id': printer.id})) }%}More information under %URL%{% endtrans %}