{% if authenticated %} {% extends "base.html" %} {% else %} {% extends "support/base_simple.html" %} {% endif %} {% block content %}
Automatic Ripping Machine

Welcome to your Automatic Ripping Machine

Active Rips

System Information

{% include 'settings/sysinfo.html' %} {% endblock %} {% block js %}{{ super() }}{% endblock %}