% layout 'index';

            <div class="row">
                <div class="col-lg-12">
                    <h1 class="page-header"><%= $title %> <span id="report-name"></span></h1>
                </div>
                <!-- /.col-lg-12 -->
            </div>

<div class="row">
        <div class="table-responsive col-xs-12">
            <table id="<%= $table %>" class="table table-bordered" style="width:100%;">
                <thead>
                </thead>
            </table>
        </div>
</div>   
