{% extends 'pasapp/templates/base_template.html' %} {% block title %} Projects {% endblock %} {% block imports %} {% load static %} {% endblock %} {% block content %} {% load custom_filters %} {% load html_components %} {% if user|is_professor %}
➕ Add new project
{% endif %}
{% if projects %} {% else %}

There are no projects that match your current filter settings. Consider relaxing your filter criteria.

{% endif %}
{% endblock %}