{% 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 announcements.feeling %} {{ announcements.creator }} - {{ announcements.created }}

{{ announcements.body|linebreaksbr|urlize }}

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

Welcome to Cedar!

{% for WelcomeMSG in WelcomeMSG %}

{{ WelcomeMSG.Title }}

{{ WelcomeMSG.message|linebreaksbr|urlize }}

{% if WelcomeMSG.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 "Popular User-Created communities" %} {% if my_communities %}{% community_page_element my_communities "My communities" %}{% endif %} Show more
{% endblock %}