bot_refactor merge pull request #6

Merged
trevor merged 5 commits from bot_refactor into master 2025-08-07 08:39:41 +00:00
3 changed files with 76 additions and 56 deletions
Showing only changes of commit 8b6c595184 - Show all commits

View File

@@ -92,7 +92,7 @@
<tr>
<td><input type="checkbox" name="invoices[]" value="{{ invoice.id }}"></td>
<td>{{ invoice.created_at|date:"d.m.Y H:i" }}</td>
<td>{% if invoice.closed_at %}{{ invoice.closed_at|date:"d.m.Y H:i" | default: "Счет не закрыт!"}}{% else %}—{% endif %}</td>
<td>{% if invoice.closed_at %}{{ invoice.closed_at|date:"d.m.Y H:i"}}{% else %}—{% endif %}</td>
<td>{{ invoice.ext_id|default:"—" }}</td>
<td>{{ invoice.client.name|default:"Не указан" }}</td>
<td>{{ invoice.client.club_card_number|default:"—" }}</td>