{% extends 'index.html' %} {% block content %} {% load i18n %} {% load horillafilters %}{% load static %}
{% include 'task/new/task_navbar.html' %}
{% include "generic/components.html" %}
{% include "cbv/projects/project_details.html" %}
{% if view_type == 'list' %} {% include 'task/new/task_list_view.html' %} {% else %} {% include 'task/new/task_kanban_view.html' %} {% endif %}
{% endblock content %}