{% extends "base.html" %} {% block title %}{{ filename }} — {{ _('for %(name)s', name=target_user.display_name) }} — mcprack{% endblock %} {% block content %} {{ filename }} {{ _('Config for %(name)s (%(username)s). Copy the configuration below or download it directly, then send it to the user.', name=target_user.display_name, username=target_user.username) }} {{ config_json }} 📋 {{ _('Copy to clipboard') }} ⬇️ {{ _('Download File') }} ← {{ _('Back to %(username)s', username=target_user.username) }} ✓ {{ _('Copied to clipboard!') }} {% endblock %}
{{ _('Config for %(name)s (%(username)s). Copy the configuration below or download it directly, then send it to the user.', name=target_user.display_name, username=target_user.username) }}