{% extends "organization/home-base.html" %} {% block title_ruler %}{% endblock %} {% block org_js %} {% include "actionbar/media-js.html" %} {% endblock %} {% block three_col_media %} {% include "actionbar/media-css.html" %} {% endblock %} {% block middle_title %}

{{title}}

{% if is_member %}
(Subdomain)
{% endif %} {% if request.user.is_authenticated %} {% if is_member %} {% elif organization.is_open or can_edit %}
{% csrf_token %}
{% else %} {{ _('Request membership') }} {% endif %} {% endif %}
{% endblock %} {% block middle_content %} {% block before_posts %}{% endblock %} {% if is_member or can_edit %} {% for post in posts %} {% include "blog/content.html" %} {% endfor %} {% if posts.paginator.num_pages > 1 %}
{% include "list-pages.html" %}
{% endif %} {% else %} {% endif %} {% block after_posts %}{% endblock %} {% endblock %}