Skip to content

Commit

Permalink
Listing places in education report
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 8, 2023
1 parent a32a385 commit d4ba055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/model/Export/templates/educationReport.latte
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,18 @@ $chits - paragony akce

<br />
<table border="1" style="width:800px">
{$location = trim($education->getLocation())}
<tr>
<th style="width: 20%;">Od</th>
<th style="width: 20%;">Do</th>
<th style="width: 15%;">Počet dnů</th>
<th n:if="$location !== ''">Místa konání</th>
</tr>
<tr>
<th>{$education->getStartDate()|date:"j.n.Y"}</th>
<th>{$education->getEndDate()|date:"j.n.Y"}</th>
<th>{$totalDays}</th>
<th n:if="$location !== ''">{$location}</th>
</tr>
</table>

Expand Down

0 comments on commit d4ba055

Please sign in to comment.