{% extends 'base.html.twig' %} {% block title %}MDecode index{% endblock %} {% block stylesheets_last %} {{ parent() }} {% endblock %} {% block body %}

MDecode index

{% for m_decode in m_decodes %} {% else %} {% endfor %}
Id Sn Decid Decclass Deckey Decvalue Dectype Decdescription Decactive Decorder actions
{{ m_decode.id }} {{ m_decode.sn }} {{ m_decode.decid }} {{ m_decode.decclass }} {{ m_decode.deckey }} {{ m_decode.decvalue }} {{ m_decode.dectype }} {{ m_decode.decdescription }} {{ m_decode.decactive }} {{ m_decode.decorder }} show edit
no records found
{% endblock %}