{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, linkType) }} {% endblock %} {% block content %} {{ Form.model(linkType, {'class' : 'form-horizontal','id' : 'update','url' : route('admin.links.update', linkType.id) } ) }}

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('name', null, {helpText: trans('firefly.link_type_help_name')}) }} {{ ExpandedForm.text('inward', null, {helpText: trans('firefly.link_type_help_inward')}) }} {{ ExpandedForm.text('outward', null, {helpText: trans('firefly.link_type_help_outward')}) }}
{# panel for options #}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('update','link_type') }}
{% endblock %}