{% extends "closedverse_main/layout.html" %} {% load closedverse_tags %}{% load closedverse_community %}{% block main-body %}
{% if user.is_warned %}

WARNING: You have been issued a warning by an administrator.

{% if user.get_warned_reason %}

Reason: "{{ user.get_warned_reason }}"

{% endif %}
{% endif %} {% if announcements and request.user.is_authenticated %}
{% for announcements in announcements %}
{% user_icon_container announcements.creator post.feeling %} {{ announcements.creator }} - {{ announcements.created }}

{{ announcements.body|linebreaksbr|urlize }}

{% if announcements.screenshot %}{% endif %}
{% endfor %}
{% endif %} {% if welmes and not request.user.is_authenticated %}

Welcome to Cedar!

{% for welmes in welmes %}

{{ welmes.Title }}

{{ welmes.message|linebreaksbr|urlize }}

{% if welmes.image %}{% endif %} {% endfor %}
{% endif %} {% if request.user.c_tokens > 0 %}Create a community{% endif %} {% if availableads %}

User-Generated Ad

What are user-generated ads?

{% endif %}
{% if favorites %}

Favorite communities

{% endif %} {% if feature %} {% community_page_element feature "Featured Communities" True %} {% endif %} {% community_page_element general "General Communities" %} {% community_page_element game "Game Communities" %} {% community_page_element special "Special Communities" %} {% community_page_element user_communities "User owned Communities" %} Show more
{% endblock %}