{% extends "base.html" %} {% import "partials/nav.html" as nav %} {% block title %}Dashboard — Quartermaster{% endblock %} {% block nav %}{% call nav::nav("dashboard", user, csrf_token, fika_installed) %}{% endcall %}{% endblock %} {% block content %}
No mods installed.
{% if user.role.can_manage_mods() %}Go to Mods to install your first mod.
{% endif %}| Name | Version | Installed |
|---|---|---|
| {{ m.name }} | {{ m.version }} | {{ m.installed_at }} |
{{ pending_count }} operation(s) queued. View queue
These mod directories are not tracked by Quartermaster. Use quma track to manage them.
| Directory | Files |
|---|---|
| {{ dir }} | {{ count }} |