{% extends "ChillEventBundle:Admin:layout.html.twig" %} {% block admin_content -%}

{{ 'Status creation'|trans }}

{{ form_start(form) }} {{ form_row(form.name) }} {{ form_row(form.type) }} {{ form_row(form.active) }} {{ form_end(form) }} {% endblock %}