{% if mod.mod_installed == 1 and mod.usr_config.user_enabled == 1 %}
{% include 'modules/mongodb_manager/dashboard.html' %}
{% else %}
{% include 'modules/mongodb_manager/not_available.html' %}
{% endif %}
{% include 'modules/mongodb_manager/modals.html' %}