mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-11 02:34:28 +00:00
[Printer] Translate status in index_jobs
This commit is contained in:
parent
3eb5edefd2
commit
51df34b7ce
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ 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>
|
||||
|
|
Loading…
Reference in a new issue