${error_msg}
%endif %endif| ${_('Date')} | ${_('Course ID')} | ## Translators: Git is a version-control system; see http://git-scm.com/about${_('Git Action')} |
|---|---|---|
| ${date} | ${cil.course_id | h} | ${cil.git_log} |
%if cil is not None:
${cil.import_log | h}
%else:
## Translators: git is a version-control system; see http://git-scm.com/about
${_('No git import logs have been recorded for this course.')}
%endif
|
||