{% extends 'admin.html.twig' %} {% block title %}Create Asset Register - Cross World Group{% endblock %} {% block body %}

Asset Register

Create new Asset Register
{{ form_start(form) }}
{{ form_row(form.groups) }}
{{ form_row(form.subgroup) }}
{{ form_row(form.assetname) }}
{{ form_row(form.unit) }}
{{ form_row(form.quantity) }}
{{ form_row(form.acquisitioncost) }}
{{ form_row(form.acquisitiondate) }}
{{ form_row(form.vendor) }}
{{ form_row(form.businessunit) }}
{{ form_row(form.location) }}
{{ form_row(form.docpath, {'attr': {'class': 'form-control'}} ) }}
{{ form_row(form.remarks) }}
{{ form_end(form) }}
{% endblock %}