{%extends "base/page.html"%} {%block title%}Your account{%endblock%} {%block contents%}

{{title|title}}s

The following {{title}}s are associated with an organisation you are a manager for.

{%if objects.inprogress %}

Not submitted

You can edit these {{title}}s an unlimited number of times, but they will not be visible to anybody.

{%endif%} {% if objects.unapproved %}

Waiting for moderator approval

These {{title}}s are pending moderator approval. As soon as a moderator has reviewed them, they will be published. {%if not tristate%} You can make further changes to them while you wait for moderator approval. {%else%} If you withdraw a submission, it will return to Not submitted status and you can make further changes. {%endif%}

{% endif %} {% if objects.approved %}

Approved

{%if not editapproved%}

These {{title}}s are approved and published, and can no longer be edited. If you need to make any changes to these objects, please contact webmaster@postgresql.org.

{%else%}

These objects are approved and published, but you can still edit them. Any changes you make will notify moderators, who may decide to reject the object based on the changes.

{%endif%} {% endif %} {%if submit_header%}

{{submit_header|safe}}

{%endif%}

Submit {{title}}

{%endblock%}