<td>{{statement_period}}</td>
<td>{{formatAmount revenue '' number_format}}</td>
<td>{{formatAmount check_amt '' number_format}}</td>
<td width="150">
    <a class="btn btn-default view-statement" href="/alw/accounting?view_by=release_id&amp;accounting_start={{quarter_min_period_id}}&amp;accounting_end={{quarter_max_period_id}}&amp;page=1">
        View Breakdown
    </a>
</td>
<td width="150">
    <button class="btn btn-default offline_report {{style}}">{{btn}}</button>
    {{#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-default detail_export" href="#digiSalesDetail" data-minperiod="{{quarter_min_period_id}}" data-maxperiod="{{quarter_max_period_id}}" 
        {{#if exportDeprecation}}disabled="disabled"{{/if}}>
        <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>
