<td>{{statement_period}}</td>
<td></td>
<td>{{revenue}}</td>
<td></td>
<td>{{check_amt}}</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
    <a class="btn btn-mini view-statement" href="/alw/accounting?view_by=releaseId&amp;accounting_start={{quarter_min_period_id}}&amp;accounting_end={{quarter_max_period_id}}&amp;page=1">
    View Breakdown
    </a>
</td>
<td>
    <a href="#" class="btn btn-create btn-mini offline_report {{style}}">{{btn}}</a>
    {{#if error}}
    <div class="error">An error occurred while processing this request. If this error persists, please contact your client manager.</div>
    {{/if}}
</td>
<td width="150">
    <a class="btn btn-mini detail_export" href="#digiSalesDetail" data-minperiod="{{quarter_min_period_id}}" data-maxperiod="{{quarter_max_period_id}}">
        <span class="detail-export-text">Custom Export</span>
        <div class="progress progress-striped active" style="display:none"><div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div></div>
    </a>
</td>