{% for project in featured_list %}
  • {{ project.name }} ({{ project.user }})
  • {% empty %}
  • No projects found
  • {% endfor %}