<iclass="icon fa fa-exclamation-triangle"aria-hidden="true"></i>
<pclass="copy">This component is contained in a unit that is hidden from students. Component visibility settings are overridden by the unit visibility settings.</p>
<pclass="copy"><spanclass="sr">Warning: </span>This component is contained in a unit that is hidden from students. Component visibility settings are overridden by the unit visibility settings.</p>
</div>
</div>
<!-- NOTE: use when no group configuration has been set -->
<!-- NOTE: use when no group configuration has been set -->
<iclass="icon fa fa-exclamation-triangle"aria-hidden="true"></i>
<pclass="copy">${_('The Unit this component is contained in is hidden from students. Visibility settings here will be trumped by this.')}</p>
<pclass="copy">
## Translators: Any text between {screen_reader_start} and {screen_reader_end} is only read by screen readers and never shown in the browser.
${_(
"{screen_reader_start}Warning:{screen_reader_end} The Unit this component is contained in is hidden from students. Visibility settings here will be trumped by this."
<% if (hasSelectedContentGroup && !foundSelected) { %>
<% if (hasSelectedContentGroup && !foundSelected) { %>
<div class="msg-inline">
<div class="msg-inline">
<p class="copy-error"><i class="icon icon-warning-sign"></i><%- gettext("The previously selected content group was deleted. Select another content group.") %></p>
<p class="copy-error">
<i class="icon fa fa-exclamation-triangle" aria-hidden="true"></i>
<%=
interpolate(
// Translators: Any text between %(screen_reader_start)s and %(screen_reader_end)s is only read by screen readers and never shown in the browser.
'%(screen_reader_start)sWarning:%(screen_reader_end)s The previously selected content group was deleted. Select another content group.',
{
screen_reader_start: '<span class="sr">',
screen_reader_end: '</span>'
},
true
)
%>
</p>
</div>
</div>
<% } %>
<% } %>
</div>
</div>
<% } else { // no content groups available %>
<% } else { // no content groups available %>
<div class="input-group-other">
<div class="input-group-other">
<div class="msg-inline">
<div class="msg-inline">
<p class="copy-error"><i class="icon icon-warning-sign"></i><%- gettext("No content groups exist. Create a content group to associate with cohort groups.") %> <a class="link-to-group-settings" href="<%- studioGroupConfigurationsUrl %>"><%- gettext("Create a content group") %></a></p>
<p class="copy-error">
<i class="icon fa fa-exclamation-triangle" aria-hidden="true"></i>
<%=
interpolate(
// Translators: Any text between %(screen_reader_start)s and %(screen_reader_end)s is only read by screen readers and never shown in the browser.
'%(screen_reader_start)sWarning:%(screen_reader_end)s No content groups exist. Create a content group to associate with cohort groups.',
{
screen_reader_start: '<span class="sr">',
screen_reader_end: '</span>'
},
true
)
%>
<a class="link-to-group-settings" href="<%- studioGroupConfigurationsUrl %>"><%- gettext("Create a content group") %></a>