Setup
Warning: The daemon is powered on! It is recommended to power off for extensive maintenance.
{% endif %} {% mbd_get mbd.api.Setup.preset_saved as custom %} {% if custom.saved %} {% mbd_file content=custom.setup.command_line title="Current Setup" %} {% mbd_api_popup custom.setup name="Update" title="Re-run setup with the saved setup" %} {% else %} {% mbd_api_popup custom.setup name="Custom" title="" %} {% endif %}{{ model.mbd.header }} | |||||||
| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {# BLOCK 3: ADDON: Extra info && wizards after model name #} {% if model.mbd %}{% mbd_model_stats model.mbd.class_path as stats %} ({{ stats.total }} {% if stats.active %} {{ stats.active }}{% endif %} {% if stats.prepared %} {{ stats.prepared }}{% endif %} {% if stats.removed %} {{ stats.removed }}{% endif %}) | {% endif %} {# END BLOCK 2 #} {% if model.add_url %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.admin_url %} {% if model.view_only %} | {% trans 'View' %} | {% else %}{% trans 'Change' %} | {% endif %} {% else %}{% endif %} |
|---|---|---|---|---|---|---|---|
{% trans "You don't have permission to view or edit anything." %}
{% endif %}