{% extends "hostingpackages/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "All hosting packages" %}{% endblock title %} {% block page_title %}{% trans "All hosting packages" %}{% endblock page_title %} {% block content %} {% if customerhostingpackage_list %}
{% trans "Name" %} | {% trans "Customer" %} | {% trans "Setup date" %} |
---|---|---|
{{ package.name }} | {{ package.customer }} | {{ package.created }} |
{% trans "There are no hosting packages setup yet." %}
{% endif %} {% endblock content %}