{% if navigation_links %}
{% endblock %}
{% block footer %}
{% if current_service and current_service.research_mode %}
{% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %}
{% else %}
{% set commit_hash = ", Latest version: " + config['COMMIT_HASH'] %}
{% set long_link = 'Technology Transformation Services' %}
{% set meta_suffix = "Built by the " + long_link + commit_hash %}
{% endif %}
{% include "components/footer.html" %}
{% if current_user.is_authenticated %}
{% block sessionUserWarning %}
{% endblock %}
{% endif %}
{% endblock %}
{% block bodyEnd %}
{% block extra_javascripts %}
{% endblock %}
{% endblock %}
{{ sub_navigation(navigation_links) }}
{% else %}
{% endblock %}
{% endblock %}
{% endif %}
{% block content_column_content %}{% endblock %}