{% extends "base.html" %} {% block title %}Settings - MediaRiver{% endblock %} {% block content %}
Current version: {{ current_version }}
Remote: {{ update_status.remote }} {% if update_status.up_to_date %} Up to date {% else %} {{ update_status.commits_behind }} commit(s) behind {% endif %}
{% endif %}