{"id":1045,"date":"2019-10-30T15:43:57","date_gmt":"2019-10-30T13:43:57","guid":{"rendered":"https:\/\/www.cesa.co.za\/?page_id=1045"},"modified":"2023-10-12T10:59:51","modified_gmt":"2023-10-12T08:59:51","slug":"course-list","status":"publish","type":"page","link":"https:\/\/www.cesa.co.za\/sce\/course-list\/","title":{"rendered":"Course List"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1045\" class=\"elementor elementor-1045\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-417e8d6c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"417e8d6c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47b5a6ec\" data-id=\"47b5a6ec\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48178d02 heading elementor-widget elementor-widget-heading\" data-id=\"48178d02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Upcoming Courses<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3467752 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3467752\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3686b35\" data-id=\"3686b35\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-97e0788 elementor-widget elementor-widget-shortcode\" data-id=\"97e0788\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\n    jQuery(document).ready(function() {\n        jQuery(\"#myInput\").on(\"keyup\", function() {\n            var value = jQuery(this).val().toLowerCase();\n            jQuery(\"#tbl tbody tr\").filter(function() {\n                jQuery(this).toggle(jQuery(this).text().toLowerCase().indexOf(value) > -1)\n            });\n        });\n    });\n<\/script>\n<h1>Upcoming Courses<\/h1>\n<form method=\"get\" action=\"https:\/\/www.cesa.co.za\/sce\/course-list\/\">\n    <p><b>Show courses available in:<\/b><\/p>\n    <table border=\"0\">\n        <tr>\n            <td>\n                <input type=\"radio\" name=\"NumMonths\" value=\"1\" onclick=\"this.form.submit()\" > This month<br>\n                <input type=\"radio\" name=\"NumMonths\" value=\"2\" onclick=\"this.form.submit()\"  checked> Next 2 months\n            <\/td>\n            <td>\n                <input type=\"radio\" name=\"NumMonths\" value=\"3\" onclick=\"this.form.submit()\" > Next 3 months<br>\n                <input type=\"radio\" name=\"NumMonths\" value=\"6\" onclick=\"this.form.submit()\" > Next 6 months\n            <\/td>\n            <td>\n                <input type=\"radio\" name=\"NumMonths\" value=\"y\" onclick=\"this.form.submit()\" > This year\n            <\/td>\n        <\/tr>\n    <\/table>\n<\/form>\n<input type=\"text\" name=\"quicksearch\" id=\"myInput\" placeholder=\"Enter keywords to search the courses\" size=\"40\" class=\"printhide\"><br>\n\n<!-- SELECT SchoolEvents.SchoolCourseID, SchoolEvents.EventID, IF(ISNULL(SchoolCourses.CourseName),SchoolEvents.EventName,SchoolCourses.CourseName) AS EventName,\n        SchoolEvents.City,\tSchoolEvents.CostPerPerson,\n        IF(ISNULL(SchoolCourses.AccredNum),SchoolEvents.AccredNum,SchoolCourses.AccredNum) AS AccredNum,\n        IF(ISNULL(SchoolCourses.CPD),SchoolEvents.CPD,SchoolCourses.CPD) AS CPD,\n        SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints,\n        SchoolEvents.Cancelled, SchoolEvents.Venue,\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName, MIN(EventSchedules.ScheduleDate) AS StartDate,\n        MAX(EventSchedules.ScheduleDate) AS EndDate\n\tFROM ((SchoolEvents LEFT JOIN SchoolCourses USING (SchoolCourseID) \n    LEFT OUTER JOIN SchoolWebCategories ON (SchoolEvents.WebCategory=SchoolWebCategories.WebCategoryID))\n\tLEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName)\n\tLEFT JOIN EventSchedules ON SchoolEvents.EventID=EventSchedules.EventID\n\tWHERE (Cancelled IS NULL OR Cancelled <> 1) \n        AND (SchoolEvents.WebCategory != 11 OR SchoolEvents.WebCategory IS NULL) \n        AND (SchoolCourses.WebCategory != 11 OR SchoolCourses.WebCategory IS NULL)\n\tGROUP BY SchoolEvents.SchoolCourseID, SchoolEvents.EventID, SchoolEvents.EventName, SchoolEvents.City, \n        SchoolEvents.CostPerPerson,\n        SchoolEvents.AccredNum, SchoolEvents.CPD, SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints, SchoolEvents.Cancelled, \n        SchoolEvents.Venue,\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName\n\tHAVING StartDate >= '2026-09-18'\n\t    AND StartDate < '2026-11-01'\n\tORDER BY  StartDate, EventName -->    <table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" id=\"tbl\">\n        <thead>\n            <tr>\n                <td bgcolor=\"#375ead\" style=\"color:white\">Course Description<br><br><a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=2&sort=EventName\" style=\"color:white; font-size:10px\">Sort by course<\/a><\/td>\n                <td bgcolor=\"#375ead\" style=\"color:white\">SACPCMP CPD<\/td>\n                <td bgcolor=\"#375ead\" style=\"color:white\">CPD<\/td>\n                <td bgcolor=\"#375ead\" style=\"color:white\">Venue<\/td>\n                <td bgcolor=\"#375ead\" style=\"color:white\">Date\/s<br>(2026)<br>\n                    <a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=2&sort=StartDate\" style=\"color:white; font-size:10px\">Sort by date<\/a>\n                <\/td>\n                <td bgcolor=\"#375ead\" style=\"color:white\">&nbsp;<\/td>\n            <\/tr>\n        <\/thead>\n        <tbody>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5939\">AI in Finance: Tools & Prompt Engineering Techniques<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 September<br>to<br>22 September                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5939\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5939\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5977\">AI for Construction and Engineering: Practical Intelligence for Project-Based Environments<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 September<br>to<br>29 September                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5977\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5977\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5981\">Getting Acquainted with Estimating, Costing and Pricing of Construction Tenders<\/a><\/td>\n                    <td align=\"center\">1.60<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 September<br>to<br>29 September                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5981\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5981\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5708\">Technical & Business Report Writing<\/a><\/td>\n                    <td align=\"center\">2.00<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 September<br>to<br>29 September                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5708\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5708\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5755\">FIDIC Conditions of Contract for EPC Turnkey Projects (2017) - The Silver Book<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">30 September<br>to<br>01 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5755\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5755\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5614\">JBCC Edition 6.2<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">30 September<br>to<br>01 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5614\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5614\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5944\">Understanding the 6 Stages of the Project Life Cycle to register as a Construction Project Manager or Construction Manager<\/a><\/td>\n                    <td align=\"center\">2.00<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">01 October<br>to<br>02 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5944\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5944\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5592\">Road to Registration for Mature Engineers, Technologists and Technicians<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">02 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5592\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5592\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5788\">Essential Financials, Project Life Cycle and Whole-life Life Cycle Analysis<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">05 October<br>to<br>06 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5788\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5788\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5832\">Fundamentals of Drinking Water Treatment<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">05 October<br>to<br>06 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5832\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5832\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5979\">ISO 9001:2026 Key Changes and Transition Guidelines<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">06 October<br>to<br>07 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5979\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5979\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5730\">Advanced Communication and Business Writing Skills<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">07 October<br>to<br>08 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5730\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5730\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5984\">Expanded Public Works Programme (EPWP) and Labour Intensive Construction (LIC) Concepts<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">07 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5984\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5984\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5818\">Introduction to Financial Modelling Using Excel & VBA<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">07 October<br>to<br>08 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5818\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5818\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5961\">Understanding the Technical Implications of Developing and Operating a Landfill<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">08 October<br>to<br>09 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5961\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5961\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5941\">AI in HR: Tools, Prompts & Practical Applications<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">12 October<br>to<br>13 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5941\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5941\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5593\">Getting Acquainted with being a Resident Engineer on Roads Projects<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">12 October<br>to<br>13 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5593\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5593\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5797\">Mastering the Art of Presentation<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">12 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5797\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5797\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5653\">Planning Strategic Feasibility Studies: An Engineers Perspective<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">12 October<br>to<br>13 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5653\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5653\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5882\">FIDIC Conditions of Contract for Design Build (2017) - The Yellow Book (2017)<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">13 October<br>to<br>14 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5882\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5882\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5628\">Managing Project Requirements - The Systems Approach<\/a><\/td>\n                    <td align=\"center\">1.20<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">13 October<br>to<br>14 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5628\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5628\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5838\">Mastering Engineering and Construction Contracts (Contract Comparison, FIDIC, NEC, JBCC & GCC)<\/a><\/td>\n                    <td align=\"center\">1.60<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">13 October<br>to<br>14 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5838\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5838\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5969\">AI for Consulting Engineering Firm Operations<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">14 October<br>to<br>15 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5969\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5969\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5802\">Advanced Management Skills for Managers and Supervisors<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">15 October<br>to<br>16 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5802\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5802\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5995\">Data Literacy, Excel & Power BI for Engineering Professionals<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">15 October<br>to<br>16 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5995\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5995\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5654\">Design Thinking and Innovation for Engineering Professionals<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">15 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5654\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5654\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5672\">Introduction to Project Finance for Infrastructure Development<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">15 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5672\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5672\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5594\">Pressure Pipeline and Pump Station Design and Specification<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">15 October<br>to<br>16 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5594\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5594\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5982\">Developing Water Safety Plans for Blue Drop Success<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">19 October<br>to<br>20 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5982\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5982\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5693\">Enhancing Mentorship Skills and Unlocking Potential<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">19 October<br>to<br>20 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5693\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5693\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5608\">Getting Acquainted with the Management and Rehabilitation Design of Urban Road Pavements<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">19 October<br>to<br>20 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5608\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5608\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5709\">Professional Administrative Skills for Secretaries, PAs, Executive Assistants and Front Office Staff<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\"><\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">19 October<br>to<br>20 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5709\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5709\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5905\">Construction Regulations Legal Framework: Compliance, Roles, Risks & Responsibilities made clear<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5905\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5905\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5997\">Electronic Records Management and Archives training<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 October<br>to<br>22 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5997\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5997\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5731\">Mastering of SharePoint as an End User<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 October<br>to<br>22 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5731\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5731\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5897\">Principles of Finance (Finance for Non-Financial Managers)<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 October<br>to<br>22 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5897\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5897\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5595\">Road to Registration for Candidate Engineers, Technologists and Technicians<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">21 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5595\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5595\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5596\">Getting Acquainted with Planning, Scheduling and Programming for Construction Projects<\/a><\/td>\n                    <td align=\"center\">1.60<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">22 October<br>to<br>23 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5596\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5596\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5986\">Designing, Tendering and Managing Labour-Intensive Construction (LIC) Projects<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">26 October<br>to<br>27 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5986\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5986\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5642\">ISO 45 001:2018 Occupation Health and Safety<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">26 October<br>to<br>27 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5642\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5642\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5889\">Mastering the Inspection of Concrete Structures<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">26 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5889\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5889\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5684\">Navigating the Ethics of the Modern Workplace<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">26 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5684\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5684\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5679\">The Neuroscience of Leadership<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">27 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5679\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5679\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5732\">Basic Bookkeeping to Trial Balance<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 October<br>to<br>29 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5732\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5732\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5629\">Managing Engineering Processes in Large Infrastructure Projects<\/a><\/td>\n                    <td align=\"center\">1.60<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 October<br>to<br>29 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5629\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5629\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5770\">Managing Projects with MS Project<\/a><\/td>\n                    <td align=\"center\">1.60<\/td>\n                    <td align=\"center\">2<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 October<br>to<br>29 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5770\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5770\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5664\">Problem Solving and Decision Making<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5664\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5664\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5955\">Transitioning from GCC 2015 to GCC 2025 (Understanding the Changes in the Fourth Edition of the GCC for Construction Works)<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">28 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5955\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5955\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                            <tr>\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5996\">Cybersecurity & Data Protection for Engineering Professionals<\/a><\/td>\n                    <td align=\"center\">-<\/td>\n                    <td align=\"center\">1<\/td>\n                    <td>Online, <\/td>\n                    <td nowrap=\"nowrap\">30 October                    <\/td>\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5996\">More Info<\/a><br>\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5996\">Register Now<\/a>\n                    <\/td>\n                <\/tr>\n                    <\/tbody>\n    <\/table>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Upcoming Courses<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"ocean_front_end_style_editor":"no","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-1045","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/comments?post=1045"}],"version-history":[{"count":9,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions"}],"predecessor-version":[{"id":2722,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions\/2722"}],"wp:attachment":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/media?parent=1045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}