{% comment %} Copyright 2011 Google Inc. All Rights Reserved. {% endcomment %} {% for col_header in tbl_header %} {{ col_header }} {% endfor %} {% for row_head, row_link, row_popup, cells in tbl_rows %} {% for cell_text, cell_link, cell_popup, cell_bg_color in cells %} {% endfor %} {% endfor %}
{{ tbl_name }}
{% if row_link %} {% endif %} {{ row_head }} {% if row_popup %} {{ row_popup }} {% endif %} {% if row_link %} {% endif %}
{% if cell_link %} {{ cell_text }} {% if cell_popup %} {{ cell_popup }} {% endif %} {% else %} {{ cell_text }} {% endif %}