Project Code |
{{ form_widget(edit_form.projectcode, {'attr': {'style': 'width:auto;'}}) }} |
Project Short Name |
{{ form_widget(edit_form.name, {'attr': {'style': 'width:auto;'}}) }} |
Project Long Name |
{{ form_widget(edit_form.completename) }} |
Project Description |
{{ form_widget(edit_form.projectsummary, {'attr': {'style': 'width:100%;height:300px'}} ) }} |
Project Dates |
Start Date {{ form_widget(edit_form.startdate) }}
End Date {{ form_widget(edit_form.enddate) }}
|
Project Info |
{# Project Type {{ form_widget(edit_form.projecttype) }} #}
Project Status {{ form_widget(edit_form.status)}}
|
{{ form_widget(edit_form.dbhost) }}
{{ form_widget(edit_form.dbname) }}
{{ form_widget(edit_form.dbuser) }}
{{ form_widget(edit_form.dbpassword) }}
URL |
{{ form_widget(edit_form.url) }}
|
Location |
{# {{ form_widget(edit_form.locationid) }}#}
|
Main Client |
{# {{ form_widget(edit_form.mainclient) }}#}
|
Main Contractor |
{# {{ form_widget(edit_form.contractor) }}#}
|
Department |
{{ form_widget(edit_form.projectdepartment) }}
|
Confidentiality |
{# {{ form_widget(edit_form.confidentiality) }}#}
|
Budget |
{{ form_widget(edit_form.budget) }}
|
Hours Man |
{{ form_widget(edit_form.hoursman) }}
|