Tag-Text in Variable zum Vergleichen ablegen
This commit is contained in:
@@ -533,9 +533,10 @@ mpdf-->
|
||||
{% for entry in entries %}
|
||||
<!-- only timesheets, rest will be 'Auslagen' later -->
|
||||
{% if entry['entry.tags'] != currentTag %}
|
||||
{% set currentTag = entry['entry.tags']}
|
||||
<tr>
|
||||
<td class="project-name"></td>
|
||||
<td class="project-name">{{ entry['entry.tags'] }}</td>
|
||||
<td class="project-name">{{ currentTag }}</td>
|
||||
<td class="project-name"></td>
|
||||
<td class="project-name"></td>
|
||||
<td class="project-name"></td>
|
||||
|
||||
Reference in New Issue
Block a user