thiswebshoprules

git clone https://git.tarina.org/thiswebshoprules
Log | Files | Refs

shipping.html (314B)


      1 $def with (addcountry, listcountries)
      2 <div id="container">
      3 <div id="default">
      4 <br>
      5 <h2>Add shipping country</h2>
      6 <div id="addevent">
      7 <form method="POST">
      8 $:addcountry.render()
      9 </form>
     10 </div>
     11 $for i in listcountries:
     12     <a href='/shipping/$i.id'>$i.country $i.price $i.days</a>
     13 <b><p></p></b>
     14 </div>
     15 </div>
     16 </div>