Skip to content

Commit

Permalink
BGDIDIC-400: add mako
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Dec 1, 2023
1 parent 3845061 commit bfb5a52
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<%inherit file="base.mako"/>

<%def name="table_body(c, lang)">
<tr>
<td class="cell-left">${_('ch.bav.betriebe-stoerfallverordnung_eisenbahnanlagen.name')}</td>
<td>${c['attributes']['name'] or '-'}</td>
</tr>
</%def>

0 comments on commit bfb5a52

Please sign in to comment.