Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

                        <div class="report_table_wrapper wrapper">
                                <table  class="report_table">
                                        <thead>
                                                <tr>
                                                        {{#fields}}
                                                        <th nowrap>{{field}}</th>
                                                        {{/fields}}
                                                </tr>
                                                        
                                        </thead>
                                        <tbody >
                                                {{#items}}
                                                <tr>
                                                        {{#item}}
                                                        <td nowrap class="{{#align-right}} text-right {{/align-right}} h-100">{{value}}</td>
                                                        {{/item}}
                                                </tr>
                                                                
                                                {{/items}}
                                        </tbody>
                                </table>
                        </div>