{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }} - {% trans from "Admin" %}{% endtrans %} {% endblock %} {% block body %} {% block page_title %}

{% trans from "Admin" %}{% endtrans %}

{% endblock %}
{% block show %} {% block object %}
{% block show_column_label_idSettings %}{{ 'Idsettings'|trans({}, 'Admin') }}{% endblock %} {% block show_column_idSettings %}{{ Settings.idSettings }}{% endblock %}
{% block show_column_label_dtLocalLoopCost %}{{ 'Costs calculation date'|trans({}, 'Admin') }}{% endblock %} {% block show_column_dtLocalLoopCost %}{% if Settings.dtLocalLoopCost %} {% set datetime_format = "d/m/Y" %} {{ Settings.dtLocalLoopCost|date(datetime_format) }}{% endif %}{% endblock %}
{% block show_column_label_dtUpdate %}{{ 'Dtupdate'|trans({}, 'Admin') }}{% endblock %} {% block show_column_dtUpdate %}{% if Settings.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Settings.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %}
{% endblock %} {% block form_buttons %}
{% block form_actions %} {% trans from "Admingenerator" %}Back{% endtrans %} {% trans from "Admingenerator" %}action.generic.new{% endtrans %} {% endblock %}
{% endblock %} {% endblock %}
{% endblock %}