8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

[Printer] Translate status in index_jobs

This commit is contained in:
Maxime Bombar 2018-12-03 01:53:00 +01:00 committed by root
parent 3eb5edefd2
commit 51df34b7ce

View file

@ -51,10 +51,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{ job.filename }}</td>
<td>{{ job.user }} {% if job.printAs %} {% trans "for" %} {{ job.printAs }}{% endif %}</td>
<td>{{ job.starttime }}</td>
<td>{{ job.status }}</td>
<td>{{ job.get_status_display }}</td>
<td>{{ job.count }}</td>
<td>{{ job.price }}</td>
<td>
<td>
<a href="{% url 'printer:print-job-again' jobwithoptionsid=job.id %}" class="btn btn-primary btn-sm" role="button">
<i class="fa fa-print"></i>
</a>