Private
Public Access
1
0

initial rojabo integration

This commit is contained in:
Sander Roosendaal
2022-04-28 11:54:40 +02:00
parent 9f4f9cf8d0
commit ce30e66d27
5 changed files with 69 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
<th> Import </th>
<th> Session</th>
<th> SPM</th>
<th> Points</th>
<th> Planned Date </th>
<th> New </th>
</tr>
</thead>
<tbody>
@@ -34,7 +36,9 @@
</td>
<td>{{ session|lookuplong:'name' }}</td>
<td>{{ session|lookuplong:'spm' }}</td>
<td>{{ session|lookuplong:'points' }}</td>
<td>{{ session|lookuplong:'date' }} </td>
<td>{{ session|lookuplong:'new' }} </td>
</tr>
{% endfor %}