{% extends "base.html" %} {% block title %}Settings - MediaRiver{% endblock %} {% block content %}

Settings

Configuration

Updates

Current version: {{ current_version }}

{% if update_status %}

Remote: {{ update_status.remote }} {% if update_status.up_to_date %} Up to date {% else %} {{ update_status.commits_behind }} commit(s) behind {% endif %}

{% endif %}

Engine Control

{% endblock %}