pyTivo
[pyTivo.git] / templates / unsuported.tmpl
blobaaed613c997d56b3e90417f6e6b8438389c3a888
1 <html>
2     <body>
3         <h3>Unsuported Command</h3>
4         Query:
5         <ul>
6         #for $key, $value in $query.items
7             <li>$key: $value</li>
8         #end for
9         </ul>
10     </body>
11 </html