@@ -111,10 +110,16 @@ from markupsafe import Markup as HTML, escape as HTML_ESCAPE
% if xblock.category == 'split_test':
<divclass="bit">
<h3class="title-3">${_("Adding components")}</h3>
<p>${_(HTML_ESCAPE("Select a component type under {em_start}Add New Component{em_end}. Then select a template.")).format(em_start=HTML('<strong>'), em_end=HTML("</strong>"))}</p>
<p>${_("Select a component type under {strong_start}Add New Component{strong_end}. Then select a template.").format(
strong_start=HTML('<strong>'),
strong_end=HTML("</strong>"),
)}</p>
<p>${_("The new component is added at the bottom of the page or group. You can then edit and move the component.")}</p>
<p>${_(HTML_ESCAPE("Click the {em_start}Edit{em_end} icon in a component to edit its content.")).format(em_start=HTML('<strong>'), em_end=HTML("</strong>"))}</p>
<p>${_("Click the {strong_start}Edit{strong_end} icon in a component to edit its content.").format(