{% load static %} {% load crispy_forms_field %}
My todo's {% if object %}for {{ object }}{% endif %}
{% include 'components/snippets/todo_list.html' with todos=my_todos %}Assigned todo's {% if object %}for {{ object }}{% endif %}
{% include 'components/snippets/todo_list.html' with todos=assigned_todos %}