12 <?php $_history =
$block->getOrder()->getVisibleStatusHistory() ?>
13 <?php
if (count($_history)): ?>
14 <div
class=
"block block-order-details-comments">
15 <div
class=
"block-title"><strong><?=
__(
'About Your Order') ?></strong></div>
16 <div
class=
"block-content">
17 <dl
class=
"order-comments">
18 <?php
foreach ($_history as $_historyItem): ?>
19 <dt
class=
"comment-date"><?=
$block->formatDate($_historyItem->getCreatedAt(), \IntlDateFormatter::MEDIUM,
true) ?></dt>
20 <dd
class=
"comment-content"><?=
$block->escapeHtml($_historyItem->getComment()) ?></dd>