{% load i18n %} {% block html_head %} {% include "motion/bits/html_head.html" %} {% block feed %}{% endblock %} {% block head_title %}{{ request.group.display_name }}{% endblock %} {% if moderation and request.user.is_authenticated %} {% endif %} {% endblock %}
{% include "motion/banners/header.html" %} {% include "motion/bits/flash.html" %}
{% block content_head %} {% if settings.allow_posting %}
{% if user.is_authenticated %} {% if not moderation.user_is_blocked %} {% if settings.featured_member %} {% if user.is_featured_member %}
{% else %} {% endif %} {% else %} {% if settings.home_member_events %} {% else %} {% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %} {% endblock %} {% block navigation %} {% include "motion/bits/navigation.html" %} {% endblock %}
{% block content_body %} {% endblock %}
{% block beta_widgets %} {% endblock %}
{% include "motion/banners/footer.html" %}
{% if moderation %} {% include moderation.dialogs_template %} {% endif %}