Skip to content

Commit

Permalink
BGDIDIC-2795: add zielort_dc_50_ladepunkte field
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Sep 23, 2024
1 parent 95b25dc commit 25a04d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<td class="cell-left-large">${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Zielort_AC_Ladepunkte')}</td>
<td>${c['attributes']['zielort_ac_ladepunkte'] or '-'}</td>
</tr>
<tr>
<td class="cell-left-large">${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Zielort_DC_50_Ladepunkte')}</td>
<td>${c['attributes']['zielort_dc_50_ladepunkte'] or '-'}</td>
</tr>
<tr>
<td class="cell-left-large">${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Quartier_DC_150_Ladepunkte')}</td>
<td>${c['attributes']['quartier_dc_150_ladepunkte'] or '-'}</td>
Expand Down

0 comments on commit 25a04d4

Please sign in to comment.