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