{% extends "layout.html.twig" %} {% block title %}Job group - Self service{% endblock %} {% block body %}
{# NAVS #}
{% if app.flashes is defined %} {% for message in app.flashes('notice-edit') %}
{% endfor %} {% endif %}
{{ form_start(form, {'attr': {'class': 'form-horizontal', '@submit': 'save'}}) }}
{{ form_label(form.name, "Name", {'label_attr': {'class': 'col-sm-2 control-label'}}) }}
{{ form_widget(form.name, {'attr': {'class': 'form-control input-sm'}}) }}
{{ form_errors(form.name) }}
{{ form_label(form.description, "Description", {'label_attr': {'class': 'col-sm-2 control-label'}}) }}
{{ form_widget(form.description, {'attr': {'class': 'form-control input-sm'}}) }}
{{ form_errors(form.description) }}
{{ form_rest(form) }} {{ form_end(form) }} {{ form_start(delete_form, {'attr': {'id': 'delete-form', 'style': 'display:none;'}}) }} {{ form_end(delete_form) }}
HISTO JOBS OVER 30 DAYS
{% if valuesJobJobgroup|length == 0 %}

NO DATA TO DISPLAY

{% else %} {% endif %}

Rules (<% jobsCount %> Jobs matches)

{#
#} {# #} {#
#}
JOB BY CATEGORIES
{% if jobsNumberCat|length == 0 %} {% else %} {% endif %}
JOB BY LOCATIONS
{% if jobsNumberRegion|length == 0 %} {% else %} {% endif %}
JOB BY CONTRACTS
{% if jobsNumberContract|length == 0 %} {% else %} {% endif %}
{% endblock %} {% block specificJS %} {% endblock %}