{% extends "layout.html.twig" %} {% block title %}Job group - Self service{% endblock %} {% block body %}
{#
#} {##} {##} {#
#} {#
#} {##} {##} {#
#}
{#
#} {##} {##} {#
#}

Budget : <% numberFormat(result.budget, 2) %>€

Applies : <% numberFormat(parseInt(result.applies), 0) %>

Clicks : <% numberFormat(parseInt(result.clicks), 0) %>

{% endblock %} {% block specificJS %} {% endblock %}