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