{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ '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('create','link_type') }}
{% endblock %}