{% extends 'plans/base.html' %} {% load i18n %} {% block body %}

{% trans "See our great value plans" %}

{% include "plans/plan_table.html" %} {% endblock %}