{{ 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 %}
{% trans 'Subscribe to this group' %}
{% endif %}
{% trans 'to receive prospective contribution of the group' %}
@{{ association.entity.slug }}
{% trans 'by e-mail' %}
{% endif %}
{% endif %}