Ignore:
Timestamp:
9 Oct 2006, 10:02:41 (18 years ago)
Author:
joachim
Message:

counting error corrected, cleartext bed_type names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/acco_hall_view.pt

    r622 r627  
    1111      <h3 tal:content="here/title_or_id" />
    1212      <div tal:condition="nothing" tal:content="info/container_path"/>
     13      <table tal:condition="info/bed_types"
     14             tal:define="bed_types info/bed_types">
     15        <tr>
     16          <th>Bed Type</th>
     17          <th>Beds</th>
     18        </tr>
     19        <tr tal:repeat="bt bed_types">
     20          <td tal:content="bt/name" />
     21          <td tal:content="bt/count" />
     22        </tr>
     23        <tr><td>&nbsp;</td></tr>
     24      </table>
    1325    </metal:block>
    1426    <metal:main fill-slot="main">
Note: See TracChangeset for help on using the changeset viewer.