{% load i18n %}
{% if can_edit %} {% url 'publisher:publisher_course_runs_edit' pk=object.id as edit_page_url %} {% trans "EDIT" %}
{% endif %}
{% include 'publisher/_approval_widget.html' %} {% include 'publisher/course_run_detail/_preview_accept_popup.html' %} {% if add_warning_popup %} {% include 'publisher/course_run_detail/_edit_warning.html' %} {% endif %}