{% extends 'ProjectManagerBundle::layout.html.twig' %} {% block title %}PM / New Project{% endblock %} {% set active = 1 %} {% block section %} {% endblock %} {% block body %} {{parent()}}
Loading...
{% if entity.picturepath == null %} Responsive image {% endif %} {% if entity.picturepath != null %} Responsive image {% endif %} {{ form_widget(edit_form.picturepath)}}
{{ form_errors(edit_form._token) }} {{ form_widget(edit_form._token) }}

Start date

{{ form_widget(edit_form.startdate) }}

End date

{{ form_widget(edit_form.enddate) }}
{#

MPJ | {{ app.user.name }} {{ app.user.middlenames }}

#}

Short Name *

{{ form_widget(edit_form.name) }}

Code *

{{ form_widget(edit_form.projectcode) }}

Complete Name

{{ form_widget(edit_form.completename) }}

Project URL

{{ form_widget(edit_form.url) }}

Project Summary

{{ form_widget(edit_form.projectsummary) }}

Budget

{{ form_widget(edit_form.budget) }}

Hours man

{{ form_widget(edit_form.hoursman) }}

Country

{{ form_widget(edit_form.country) }}

Project status

{{ form_widget(edit_form.status) }}
Reference coin {{ form_widget(edit_form.projectreferencecoin) }} Taxonomy {{ form_widget(edit_form.projecttaxonomy) }}
Access Level * {{ form_widget(edit_form.accesslevel) }} Project Department: {{ form_widget(edit_form.projectdepartment) }}
Additional comments {{ form_widget(edit_form.projectcomments ) }}
{% endblock %} {% block javascripts %} {{parent()}} {# #} {% endblock %} {% block breadcrumb %}
  • PM /
  • New Project
  • {% endblock %}