Skip to content
Snippets Groups Projects
inner.mustache 460 B
Newer Older
Kasalehlia's avatar
Kasalehlia committed
<tr>
    <th class="title" colspan="4">
        <h3><img src="/modules/bus/bsv.svg"> {{stop}}</h3>
    </th>
</tr>
<tr>
    <th>Time</th>
    <th>Line</th>
    <th>Pltf</th>
    <th>Direction</th>
</tr>
{{#deps}}
    <tr>
        <td class="time">
            <span>{{hour}}:{{minute}}</span>
            (<font class="until"></font>)
        </td>
        <td>{{{renderedLine}}}</td>
        <td>{{platform}}</td>
        <td>{{dir}}</td>
    </tr>
{{/deps}}