| Line 18... |
Line 18... |
| 18 |
<h3><?php echo __('Activations '); ?> <?php echo "($date)";?></h3>
|
18 |
<h3><?php echo __('Activations '); ?> <?php echo "($date)";?></h3>
|
| 19 |
<?php foreach ($activations as $activation): ?>
|
19 |
<?php foreach ($activations as $activation): ?>
|
| 20 |
<?php $count+=$activation[0]['count'];?>
|
20 |
<?php $count+=$activation[0]['count'];?>
|
| 21 |
<?php endforeach; ?>
|
21 |
<?php endforeach; ?>
|
| 22 |
<h4><?php echo __('Total Activations '); ?> <?php echo h($count);?></h4>
|
22 |
<h4><?php echo __('Total Activations '); ?> <?php echo h($count);?></h4>
|
| - |
|
23 |
<?php foreach ($agentActivations as $agentActivation): ?>
|
| - |
|
24 |
<td><?php echo h($agentActivation['a']['name'].'('.$agentActivation[0]['count'].')'); ?></td>
|
| - |
|
25 |
<?php endforeach; ?>
|
| 23 |
<table class="table table-striped">
|
26 |
<table class="table table-striped">
|
| 24 |
<tr>
|
27 |
<tr>
|
| 25 |
<th><?php echo __('date'); ?></th>
|
28 |
<th><?php echo __('date'); ?></th>
|
| 26 |
<th><?php echo __('referrer'); ?></th>
|
29 |
<th><?php echo __('referrer'); ?></th>
|
| 27 |
<th><?php echo __('utm_campaign'); ?></th>
|
30 |
<th><?php echo __('utm_campaign'); ?></th>
|