1 2 3 4 5 6 7 8 9 10 11
<? if (!$unitsNotFound): ?> <div id="courseware-index-app" entry-element-id="<?= htmlReady($entry_element_id) ?>" entry-type="users" entry-id="<?= htmlReady($user_id) ?>" unit-id="<?= htmlReady($unit_id) ?>" licenses='<?= htmlReady($licenses) ?>' > </div> <? endif; ?>