<templates id="template" xml:space="preserve">
    <t t-name="web_unsplash.UnsplashError">
        <div class="alert alert-info w-100">
            <h4><t t-esc="props.title"/></h4>
            <p><t t-esc="props.subtitle"/></p>
            <UnsplashCredentials t-if="props.showCredentials" submitCredentials="props.submitCredentials" hasCredentialsError="props.hasCredentialsError"/>
        </div>
    </t>
</templates>
