templates/route.html

changeset 48
428cfdf64ccc
parent 35
8ed8f8be7a07
child 98
c07a77c8a070
equal deleted inserted replaced
47:18953691af29 48:428cfdf64ccc
16 <th class='sarake-status'>{{tr('status', 'headings')}}</th> 16 <th class='sarake-status'>{{tr('status', 'headings')}}</th>
17 </tr> 17 </tr>
18 {% for trip in schedule %} 18 {% for trip in schedule %}
19 <tr> 19 <tr>
20 <td>{{trip['time']}}</td> 20 <td>{{trip['time']}}</td>
21 <td><a href="../ajovuoro/{{trip['name']}}">{{trip['from']}}</a></td> 21 <td><a href="../trip/{{trip['name']}}">{{trip['from']}}</a></td>
22 <td><a href="../ajovuoro/{{trip['name']}}">{{trip['to']}}</a></td> 22 <td><a href="../trip/{{trip['name']}}">{{trip['to']}}</a></td>
23 <td><a href="../ajovuoro/{{trip['name']}}">{{trip['status']}}</a></td> 23 <td><a href="../trip/{{trip['name']}}">{{trip['status']}}</a></td>
24 </tr> 24 </tr>
25 {% endfor %} 25 {% endfor %}
26 </table> 26 </table>
27 </body> 27 </body>
28 </html> 28 </html>

mercurial