{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if app_list %} {% for app in app_list %} {% if app.name != "Mini_Buildd" %}
{% for model in app.models %} {% if model.perms.change %} {% else %} {% endif %} {% if model.perms.add %} {% else %} {% endif %} {% if model.perms.change %} {% else %} {% endif %} {% endfor %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
{% else %}

mini-buildd

{% include "admin/index_mbd_row.html" with model_name="Daemon" hide_add="True" %}
Daemon
{% include "admin/index_mbd_row.html" with model_name="Apt keys" %} {% include "admin/index_mbd_row.html" with model_name="Archives" %} {% include "admin/index_mbd_row.html" with model_name="Sources" %} {% include "admin/index_mbd_row.html" with model_name="Priority sources" %}
Archives and Sources
{% include "admin/index_mbd_row.html" with model_name="Suites" %} {% include "admin/index_mbd_row.html" with model_name="Layouts" %}
Suites and Layouts
{% include "admin/index_mbd_row.html" with model_name="Distributions" %} {% include "admin/index_mbd_row.html" with model_name="Repositories" %}
Distributions and Repositories
{% include "admin/index_mbd_row.html" with model_name="Dir chroots" %} {% include "admin/index_mbd_row.html" with model_name="File chroots" %} {% include "admin/index_mbd_row.html" with model_name="Lvm chroots" %} {% include "admin/index_mbd_row.html" with model_name="Loop lvm chroots" %}
Chroots
{% include "admin/index_mbd_row.html" with model_name="Uploaders" hide_add="True" %} {% include "admin/index_mbd_row.html" with model_name="Remotes" %}
Uploaders and Remotes
{% endif %} {% endfor %} {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %} {% endblock %}