{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}
{% trans "Add an entry for every web site you want to create. You can have as many as you need provided you do not exceed your disk quota." %}
{% trans 'New Web Site' %} {% if entity_list %}{% trans 'Label' %} | {% trans "Status" %} | {% trans 'Actions' %} |
---|---|---|
{{ entity.label }} | {{ entity.get_display_status }} | {% trans 'Edit' %} {% trans 'Delete' %} {% if entity.display_as_disabled %} {% trans 'Enable' %} {% else %} {% trans 'Disable' %} {% endif %} |