{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% if UserCurrentRole.rank == 0 and CurrentJoinRequest == None: %}
{% endif %}
{% if CurrentJoinRequest != None %}
{%endif%}
{% if UserCurrentRole.permissions.view_status: %}
{% if GroupStatus != None: %}
{%endif%}
{% endif %}
{% if UserCurrentRole.permissions.post_to_status: %}
{%endif%}
{% if UserCurrentRole.permissions.view_wall: %}
{% endif %}
{% for category, message in messages %}
{% if category == 'error': %}
{% endif %}
{% endwith %}
{{ message }}
{% endif %}
{% if category == 'success': %}
{{ message }}
{% endif %}
{% endfor %}
Create Group
Search Groups
{% for userMember in UserGroups: %}
{{userMember.group.name}}
{% endfor %}{{groupObj.name}}
Owned By {% if groupObj.owner_id != None: %}{{groupObj.owner.username}}{%else%}No One!{%endif%}
{{groupservice.GetGroupMemberCount(groupObj)}} Members
{% if UserCurrentRole.rank != 0: %}{{UserCurrentRole.name}} Rank
{% endif %}Description
{% for line in groupObj.description.split('\n'): %}
{% if line.strip() != '' %}
{%endif%} {% endfor %}
{{line}}
{%else%}{%endif%} {% endfor %}
{{GroupStatus.content}}
{{GroupStatus.poster.username}} Posted at {{GroupStatus.created_at.strftime("%b %d, %Y %I:%M %p")}} UTC
Members
Page 1