{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.mongo') }} {% endblock %} {% block content %}
{{ $t('MongoDB example with CRUD operations') }}
{{ record.slug }}
{{ $t('database.table.empty') if $t('database.table.empty') else $t('No records found') }}