mailtrain/views/campaigns/complained.hbs

55 lines
2.4 KiB
Handlebars
Raw Normal View History

<ol class="breadcrumb">
2017-03-07 14:30:56 +00:00
<li><a href="/">{{#translate}}Home{{/translate}}</a></li>
<li><a href="/campaigns">{{#translate}}Campaigns{{/translate}}</a></li>
{{#if parent}}
<li><a href="/campaigns/view/{{parent.id}}">{{parent.name}}</a></li>
{{/if}}
<li><a href="/campaigns/view/{{id}}">{{name}}</a></li>
2017-03-07 14:30:56 +00:00
<li class="active">{{#translate}}Complained info{{/translate}}</li>
</ol>
2017-03-07 14:30:56 +00:00
<h2><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span> {{name}} <small>{{#translate}}Complained info{{/translate}}</small> <a class="btn btn-default btn-xs" href="/campaigns/view/{{id}}?tab=overview" role="button"><span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> {{#translate}}View campaign{{/translate}}</a></h2>
<hr>
{{#if description}}
<div class="well well-sm">{{{description}}}</div>
{{/if}}
<div class="table-responsive">
<div class="panel panel-info">
<!-- Default panel contents -->
2017-03-07 14:30:56 +00:00
<div class="panel-heading">{{#translate}}Subscribers who complained and were unsubscribed:{{/translate}}</div>
<div class="panel-body">
<div class="table-responsive">
<table data-topic-url="/campaigns/status" data-topic-id="{{id}}/4" data-sort-column="1" data-sort-order="asc" class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,1,1,0,1,0">
<thead>
<tr>
<th class="col-md-1">
#
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Address{{/translate}}
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}First Name{{/translate}}
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Last Name{{/translate}}
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}SMTP response{{/translate}}
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Complain time{{/translate}}
</th>
<th></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>