{% extends "base.html" %} {% load bootstrap3 %} {% block body %}

Hello!

This is a sample project that demonstrates some principles of django-plans. You need to login in order to use this app. After you login you can create and delete some objects Foo. Number of objects you can create and the ability to delete them depends on plan selected for your account.

{% bootstrap_icon "euro" %} See pricing or {% bootstrap_icon "log-in" %} Sign-in

{% endblock body %}