{% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{% if next %} {{ _('Next') }} {% endif %} {% if prev %} {{ _('Previous') }} {% endif %}
{% endif %}
AIMMS
AIMMS COMMUNITY
AIMMS DOCS
DISCLAIMER
PRIVACY STATEMENT
{# one needs to set "html_last_updated_fmt = '%b %d, %Y'" in the conf.py file in order to define 'last_updated' variable and display the below copyright #} {% if last_updated %}
© 1989 - {{ last_updated[-5:] }} AIMMS B.V.
{% endif %} {%- block extrafooter %} {% endblock %}