{% extends 'associations/detail.html' %} {% load rules %} {% block meta %} {% include 'content/_meta.html' with content=association.container %} {% endblock %} {% block heading_title %} Beitrag {% endblock %} {% block heading_toolbar %}
{% has_perm 'content.change' user association as can_edit %} {% if can_edit %} Bearbeiten {% endif %}
{% endblock %} {% block sidebar %} {{ block.super }} {% if association.container.image %} {% include 'content/_sidebar_image.html' with image=association.container.image %} {% endif %} {% endblock %} {% block content %}
{% block content_meta %}{% include 'content/_info.html' %}{% endblock %} {% block content_type %} Beitrag {% endblock %} {% include 'content/_content_visibility.html' %}

{{ 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 %}
{% csrf_token %}
{% else %} Gruppe abonnieren {% endif %} um über zukünftige Beiträge der Gruppe @{{ association.entity.slug }} per E-Mail informiert zu werden
{% endif %} {% endif %}
{% endblock %}