{% extends "closedverse_main/layout.html" %}{% block main-body %}{% load closedverse_community %} {% community_sidebar community request %}
{% if user.is_warned and user.is_authenticated and user.is_active %}

WARNING: You have been issued a warning by an administrator. No features have been restricted, as this is just a warning.

{% if user.get_warned_reason %}

Reason: "{{ user.get_warned_reason }}"

{% endif %}
{% endif %}

{{ community.name }}:

{% if request.user.is_authenticated and community.post_perm %} {% post_form request.user community %} {% endif %}
{% post_list posts next %}
{% endblock %}