<style include="cr-shared-style settings-shared"></style>
<div class="cr-row first">
<h2 class="cr-secondary-text">
$i18n{siteSettingsFileSystemSiteListHeader}
</h2>
</div>
<div class="list-frame"
hidden$="[[hasAllowedGrants_(allowedGrants_.*)]]">
<div class="list-item cr-secondary-text">$i18n{noSitesAdded}</div>
</div>
<template is="dom-repeat" items="[[allowedGrants_]]" as="grantsPerOrigin">
<file-system-site-entry grants-per-origin="[[grantsPerOrigin]]"
on-revoke-grants="onRevokeGrants_">
</file-system-site-entry>
</template>