extends /templates/base block content if dataList h3(data-i18n="general.version_history_for") Version History for: "#{dataList[0].name}" table.table tr th(data-i18n="general.name") Name th(data-i18n="general.version") Version th(data-i18n="general.commit_msg") Commit Message for data in dataList tr td a(href="/editor/#{page}/#{data.slug || data._id}") | #{data.name} td #{data.version.major}.#{data.version.minor} td #{data.commitMessage}