{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block base %} {% include 'part/navbar.html' %}
{% for message in messages %} {% if message.tags == 'error' %} {% else %} {% endif %} {% endfor %}
{% block content %} {% endblock %}

QUICK SEARCH...

{% csrf_token %}

RECENT ACTIVITIES...

    Loading...
    {% include 'part/footer.html' %} {% endblock %}