import ID hinzu

This commit is contained in:
Holger Trampe 2021-10-23 13:11:32 +02:00
parent 9ef0f87077
commit 13cb316fef
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col">Agenturname</th> <th scope="col">Agenturname</th>
<th scope="col">NC Import ID</th>
<th scope="col">Registriert am</th> <th scope="col">Registriert am</th>
<th scope="col">Mitarbeiter</th> <th scope="col">Mitarbeiter</th>
<th scope="col">Standards</th> <th scope="col">Standards</th>
@ -21,6 +22,7 @@
{% getAgencyData ele as agdata %} {% getAgencyData ele as agdata %}
<tr> <tr>
<td><a href="{% url 'adm-agency-single' ele.pk %}">{{ele.name}}</a></td> <td><a href="{% url 'adm-agency-single' ele.pk %}">{{ele.name}}</a></td>
<td>{{ele.importid}}</td>
<td data-sort='{{ele.registerdate|date:"U"}}'>{{ele.registerdate}}</td> <td data-sort='{{ele.registerdate|date:"U"}}'>{{ele.registerdate}}</td>
<td>{{agdata.0}}</td> <td>{{agdata.0}}</td>
<td>{{agdata.1}}</td> <td>{{agdata.1}}</td>