import ID hinzu
This commit is contained in:
parent
9ef0f87077
commit
13cb316fef
|
|
@ -10,6 +10,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Agenturname</th>
|
||||
<th scope="col">NC Import ID</th>
|
||||
<th scope="col">Registriert am</th>
|
||||
<th scope="col">Mitarbeiter</th>
|
||||
<th scope="col">Standards</th>
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
{% getAgencyData ele as agdata %}
|
||||
<tr>
|
||||
<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>{{agdata.0}}</td>
|
||||
<td>{{agdata.1}}</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue