{% extends 'partials/base.html' %} {% load user_tags %} {% block content %} {% include 'partials/header.html' %}
{% include 'partials/customer_profile_info_block.html' %}

Current projects will be here

{% include 'partials/footer.html' %}
{% endblock %}