{{ association.container.title }}
{% block user_content_header %}{% endblock %} {% block content_text %} {% markdown association.container.versions.last.text heading_baselevel=2 %} {% endblock %} {% if association.entity.is_group %} {% load rules %} {% has_perm 'subscriptions.create' user association.entity as can_subscribe %} {% if can_subscribe %}
{% if user.is_authenticated %}
{% else %}
Gruppe abonnieren
{% endif %}
um über zukünftige Beiträge der Gruppe
@{{ association.entity.slug }}
per E-Mail informiert zu werden
{% endif %}
{% endif %}