{% if mbd.daemon.is_alive %} Warning: The daemon is active! It is recommended to {% mbd_api "deactivate" %} for extensive maintenance. {% else %} The daemon is inactive! {% mbd_api "activate" name="Reactivate it" %} when done. {% endif %} | |||||||
{% mbd_api app.mbd.setup %} | |||||||
{{ model.mbd.header }} |
{% endif %}
{% if model.mbd.setup %}
|||||||
{% mbd_api model.mbd.setup %} | |||||||
{{ 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 %}