{% 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 mesoftheday and request.user.is_authenticated %}

MOTD / News

{% for mesoftheday in mesoftheday %} {% if mesoftheday.Title %}

{{ mesoftheday.Title }}

{% endif %}

{{ mesoftheday.message|linebreaksbr|urlize }}

{% if mesoftheday.image %}{% endif %} {% if mesoftheday.hide_date == False %}

Posted {{ mesoftheday.created }}

{% 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 %}