<div class="page-header"> <h2><?= t('Confirmation') ?></h2> </div> <p class="alert alert-info"><?= t('Do you really want to remove this subscription: "%s"?', Helper\escape($feed['title'])) ?></p> <div class="form-actions"> <a href="?action=remove-feed&feed_id=<?= $feed['id'] ?>" class="btn btn-red"><?= t('Remove') ?></a> <?= t('or') ?> <a href="?action=feeds"><?= t('cancel') ?></a> </div>