{% extends 'main/base.html' %} {% load static %} {% block title %}Monaco Institute of Business and Computer Science - Home{% endblock %} {% block content %}

Welcome to Monaco Institute

{{ settings.about_text|default:"Monaco Institute of Business and Computer Science is a premier institution dedicated to providing world-class education in business administration, information technology, and computer science. We are committed to nurturing talent, fostering innovation, and building the business and technology leaders of tomorrow." }}

Apply to Study at Monaco
{% if diploma_courses %}

Diploma Courses

{% for course in diploma_courses %}
{{ course.title }}

{{ course.description|truncatewords:20 }}

{{ course.duration }}
Learn More
{% endfor %}
{% endif %}
50+
Courses Offered
5000+
Students Enrolled
100+
Faculty Members
25+
Years of Excellence
{% if news %}

News Highlights

{% for item in news %}
{% if item.image %}
{{ item.title }}
{% endif %}
{{ item.published_date|date:"d M Y" }}
{{ item.title|truncatewords:10 }}

{{ item.excerpt|default:item.content|truncatewords:25 }}

Read More
{% endfor %}
{% if notices %} {% endif %} {% if downloads %} {% endif %}
{% endif %} {% if settings.director_message %}
{% if settings.director_photo %} {{ settings.director_name }} {% else %}
{% endif %}

{{ settings.director_name }}

Director

Message from the Director

{{ settings.director_message }}

{% endif %}

Building Your Career Starts Here

Enroll for a career-boosting course at Monaco Institute

{% endblock %}