{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}

Web Site

{% 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 %} {% for entity in entity_list %} {% endfor %}
{% 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 %}
{% if is_paginated %} {% endif %} {% endif %} {% endblock %}