This banner tells people, well, that it's an unsupported version and
they might want to look at more updated docs.
</form>
</div>
</div>
+{%if not page.version.supported%}
+ <div class="text-center alert-warning">
+ This documentation is for an unsupported version of PostgreSQL.<br/>
+ You may want to view the same page for the
+ <a href="/docs/current/{{page.file}}" title="PostgreSQL {{page.version.display_version}} - {{page.title}}">current</a>
+ version, or one of the supported versions lised above instead.
+ </div>
+{%endif%}
<div id="docContent">
{{page.content|safe}}
</div>