{% load static %} {% if user.is_authenticated %}
{{webdata.title}} Projects List.
{% include "backend/project/table.html" %}
{% endif %}