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

LogTypes index

{% for log_type in log_types %} {% else %} {% endfor %}
Id Title Alias actions
{{ log_type.id }} {{ log_type.title }} {{ log_type.alias }} show edit
no records found
Create new {% endblock %}