1 % include('_meta_head.tpl')
3 <h1>deck: {{deck_name}}</h1>
5 % for card_id in cards:
6 <li><a href="{{ web_path }}/decks/{{deck_id}}/cards/{{card_id}}/view">{{cards[card_id]}}</a> (<a href="{{ web_path }}/decks/{{deck_id}}/cards/{{card_id}}/form">edit</a>)</li>
9 <form action="{{ web_path }}/decks/{{deck_id}}/cards/" method="GET">
10 add another guilt card? name: <input type="text" name="card_name" /> type: <select name="card_type"><option value="guilt">guilt card</option><option value="action">action card</option></select>
13 <a href="{{ web_path }}/decks/{{deck_id}}/printable">deck print view</a>
16 <a href="{{ web_path }}/decks">back to decks overview</a>
19 % include('_meta_foot.tpl')