{% extends "registry/master.html" %} {% block content %}
{% if nextObject %}
Next: {{nextObject.getLabelValue}}
{% else %}
{% if previousObject %}
Previous: {{previousObject.getLabelValue}}
{% else %}
This is the only record in the register.
{% endif %}
{% endif %}