{% extends "multitenancy/admin/base.html" %} {% load static %} {%block custom_css%} {%endblock%} {%block breadcrumbs%} {% endblock%} {%block main_content%}

Creating a service is easy

It looks like you’re already a DreamHost customer, so choose a plan below to take advantage of a full account immediately! Your account will be billed at the start of your next billing cycle.

{% for plan in plans %}

{{plan.name | capfirst}}

${{plan.price}}

{{plan.description}}

{% for feature in plan.features.all %}
  • {{feature.name}}
{%endfor%}
{%endfor%}
You've selected the STANDARD plan

Please select how you would like to be billed:

{% endblock%} {% block custom_js %} {% endblock %}