{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}Calendar{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Calendar' subtitle='Apps' %}

Drag and drop your event or click in the calendar

Project Kickoff
Team Sync-up
Client Meeting
Product Launch
Internal Review
Quarterly Planning
Year-End Celebration
Annual Conference
{% endblock page_content %} {% block extra_javascript %} {% endblock extra_javascript %}