{% extends 'base.html.twig' %} {% block title %}Config index{% endblock %} {% block body %}

Config index

{% for config in configs %} {% else %} {% endfor %}
ConfigId Name RefValue Value actions
{{ config.configId }} {{ config.name }} {{ config.refValue }} {{ config.value }} show edit
no records found
Create new {% endblock %}