{% extends "base.html" %} {% block title %} Code 9ja - Our courses{% endblock %} {% block keywords %}C0de9ja, code9ja, bwaveict, software engineering, data science, python programming, code with pidgin, learn code easily.{% endblock %} {% block description %}We get plenty plenty courses for you. We go change the way you dey learn tech. {% endblock %} {% block author %}Code 9ja | Bright Daniel{% endblock %} {% block content %}
Overview

{{course.title}}

This course go soon start

Deadline to apply

{{course.deadline_date}}

Course Start Date

{{course.start_date}}

{{ course.course_content|safe }}

This course go soon start

Who fit take the course

{{course.eligibility}}

Na you be our next student

{% if course.deadline_date < current_date %} Deadline for registration of this course is over. Please wait for the next batch. {% else %} {% if current_user.is_authenticated %} Apply Now {% else %} Apply Now {% endif %} {% endif %}
{% endblock %}