[% WRAPPER splash/tabbox
     title     = 'Iterator'
     select    = 1
     width     = '70%'
     border    = 1
     pad       = 6
     fill      = 'grey75'
     tabwidth  = '60%'
     tablocate = 'left'
     tabalign  = 'center'
%]

<h3>Intent</h3>
<ul>
    Provide a way to access the elements of
    an aggregate object sequentially without
    exposing its underlying representation.
</ul>

[% END %]