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