"Enter the name of the course for which you want to create a course run."
msgstr ""
#: templates/publisher/add_courserun_form.html
#, python-format
msgid ""
"\n"
" Find the course that you are creating a run for by typing in the title. If you don't find a match, please check that the name is correct or %(link_start)s%(new_course_url)s%(link_middle)screate a new course%(link_end)s.\n"
" Cannot find your course? Make sure the course name is correct, or %(link_start)s%(new_course_url)s%(link_middle)screate a new course%(link_end)s.\n"
" Find the course that you are creating a run for by typing in the title. If you don't find a match, please check that the name is correct or %(link_start)s%(new_course_url)s%(link_middle)screate a new course%(link_end)s.\n"
" Cannot find your course? Make sure the course name is correct, or %(link_start)s%(new_course_url)s%(link_middle)screate a new course%(link_end)s.\n"
<divclass="field-title">{% trans "FIND COURSE BY TITLE" %}</div>
<divclass="field-title">{% trans "FIND COURSE" %}</div>
<divclass="row">
<divclass="col col-6 help-text">
<p>
{% trans "Enter the name of the course for which you want to create a course run." %}
</p>
<pclass="margin-top20">
{% url 'publisher:publisher_courses_new' as new_course_url %}
{% blocktrans with link_start='<ahref="' link_middle='">' link_end='</a>' %}
Find the course that you are creating a run for by typing in the title. If you don't find a match, please check that the name is correct or {{ link_start }}{{ new_course_url }}{{ link_middle }}create a new course{{ link_end }}.
Cannot find your course? Make sure the course name is correct, or {{ link_start }}{{ new_course_url }}{{ link_middle }}create a new course{{ link_end }}.