{% trans "Estimated Effort" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% if object.min_effort and object.max_effort %}
{{ object.min_effort }} {% trans "to" %} {{ object.max_effort }} {% trans "hours per week" %}
{% else %}
{% trans "(Optional) Not yet added" %}
{% endif %}
{% trans "Languages" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% with object.language.name as field %}
{% include "publisher/_render_required_field.html" %}
{% endwith %}
{% trans "Video Transcript Languages" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% with object.transcript_languages as field %}
{% include "publisher/_render_required_field.html" %}
{% endwith %}
{% trans "Level" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% with object.level_type as field %}
{% include "publisher/_render_required_field.html" %}
{% endwith %}
{% trans "Full Description" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% with object.full_description as field %}
{% include "publisher/_render_required_field.html" %}
{% endwith %}
{% trans "What You'll Learn" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
{% with object.expected_learnings as field %}
{% include "publisher/_render_required_field.html" %}
{% endwith %}
{% trans "Course Image" %}
{% if not object.course_image_url %}
{% trans "(Required) Not yet added" %}
{% else %}