{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load styled_forms %} {% block title %}{{ forum.name }} - {% trans 'Subscription' %}{% endblock title %} {% block breadcrumb %} {% with forum as object %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %}

{{ forum.name }} - {% trans 'Subscription' %}

{% csrf_token %} {{ form|styled_form }}
{% trans 'Cancel' %}
{% endblock content %}