{%extends "base/page.html"%} {%block title%}Your account{%endblock%} {%block contents%}
The following {{title}}s are associated with an organisation you are a manager for.
{%if objects.inprogress %}You can edit these {{title}}s an unlimited number of times, but they will not be visible to anybody.
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%}
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%}{{submit_header|safe}}
{%endif%} {%endblock%}