Untitled

 avatar
unknown
html
a year ago
657 B
10
Indexable
          <!-- Overall Attendace List -->
          <td>
            <table>
              {% for row in overall_attendance %}
              <tr>
                <td>
                  <table>
                    <tr>
                      <div class="flex-container">
                        <div>{{ row[0] }}</div>
                        <div style="padding: 10px"></div>
                        <div>{{ row[1][0] }}{{ row[2] }}({{ row[3]}})</div>
                      </div>
                    </tr>
                  </table>
                </td>
              </tr>
              {% endfor %}
            </table>
          </td>
Editor is loading...
Leave a Comment