{% extends "hostingpackages/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% translate "All hosting packages" %}{% endblock title %} {% block page_title %}{% translate "All hosting packages" %}{% endblock page_title %} {% block content %} {% if customerhostingpackage_list %} {% for package in customerhostingpackage_list %} {% endfor %}
{% translate "Name" %} {% translate "Customer" %} {% translate "Setup date" %}
{{ package.name }} {{ package.customer }} {{ package.created }}
{% else %}

{% translate "No hosting packages have been setup yet." %}

{% endif %}

{% translate "Add hosting package" %}

{% endblock content %}