{% extends "cadhub/base.html" %} {% block title %}Projekte - CAD-Hub{% endblock %} {% block content %}
{% include "cadhub/projects/partials/project_list.html" %}
{% if page_obj.has_other_pages %} {% endif %} {% endblock %}