{% extends "Includes/layout.html.twig" %} {% block title %}Golden Bees - Job Group{% endblock %} {% block body %}
{# {% set proxy_url = "https://image.goldenbees.fr/images?w=400&h=400&transfo=fit&imgurl=" %} #} {# {% set static_path = advertiser.name|lower|replace({' ': ''})|replace({'à':'a', 'ê':'e', 'é':'e', 'è':'e'}) %} #}
{# Form for adding a new jobGroup #}
{#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {# #} {# Modify JobGroup #} {# {{ jobgroup.name }} #} {#
#} {#
#} {#
#} {# Start New version #}
1
Informations
{{ form_start(form, {'attr': {'class': 'form-horizontal'}}) }} {{ form_rest(form) }} {{ form_end(form) }}
2
{{ 'Rules'|trans }} {{ 'Matching jobs'|trans }} : <% jobsCount %>
{{ 'Matching jobs'|trans }} {% if is_granted('ROLE_BACKEND') %} {% endif %}
{# End new Version #}
{{ 'Jobs'|trans }} 1 {{ 'month'|trans }} {{ 'Back to job groups list'|trans }}
{# {% if valuesJobJobgroup|length == 0 %}

NO DATA TO DISPLAY

{% else %} {% endif %} #}
{{ 'Active Jobs'|trans }} {{ activeJobs }}
{{ 'Job by Category'|trans }} {{ 'Job by Location'|trans }} {{ 'Job by Contracts type'|trans }}
{# #}
{{ 'Matching jobs'|trans }} (<% jobsCount %> {{ 'jobs found'|trans }})
{% if is_granted('ROLE_BACKEND') %} {% endif %}
{% endblock %} {% block specificJS %} {{ encore_entry_script_tags('job-group-edit') }} {% endblock %}