mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 20:33:11 +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,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>
|
||||
|
|
Loading…
Reference in a new issue