{% extends 'stadt/stadt.html' %} {% block title %}Abonnement - {{ block.super }}{% endblock %} {% block menu %}{% menu view.group %}{% endblock %} {% block breadcrumb %}{% breadcrumb view.group 'Abonnement' %}{% endblock %} {% block heading_title_text %}Abonnenment{% endblock %} {% block sidebar %} {% include 'associations/_sidebar_entity.html' with entity=view.group %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'core/_field.html' with field=form.subscriber %}
{% endblock %}