{% for entry in applets %}
{% if entry.visible %}
{% if entry.applet.slug == "new-list" %}
Start a new to-do list
{% url "new_list" as form_action %}
{% include "apps/dashboard/_partials/_form.html" with form=form form_action=form_action %}
{% elif entry.applet.slug == "my-lists" %}
{% for list in user.lists.all %}