{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = project.short_name %} {% block content %}
{{ _('Error!') }} {{ _('This task does not belong to') }} {{project.short_name}}. {{ _('Try with another one') }}
{% endblock %}