{% extends "shop_subscribe/base.html" %} {# Used as a plugin template or include in other templates #} {% load i18n sekizai_tags subscribe_tags %} {% block content %}{% spaceless %} {% if not form %} {% subscribe_form %} {% endif %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "ng-requires" %}django.shop.subscribe{% endaddtoblock %}
{% endspaceless %}{% endblock %}