@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit task')) @else @section('title', $L('Create task')) @endif @section('viewJsName', 'taskform') @section('content')