{% extends "base.html" %} {% from "_macros.html" import render_field_with_errors, render_field %} {% block content %}

{{reassigned_tasks|length}} task(s) from user {{user.username}} have been successfully reassigned to the {{destination[0]}} {{destination[1]}}

{% if reassigned_tasks|length > 0 %}

Reassigned tasks:

{% endif %} {% endblock %}