{# Adapted from @hydrooj/ui-default 4.58.5; AGPL-3.0. See NOTICE.md. #} {% import "components/record.html" as record with context %} {% import "components/problem.html" as problem with context %} {% extends "layout/basic.html" %} {% block content %}
{% if qs %}当前条件:{{ qs }}{% else %}全部题目 · 按知识点、难度与来源筛选{% endif %}清除条件
{% include "partials/problem_list.html" %}
{% if handler.user.hasPerm(perm.PERM_EDIT_PROBLEM) %} {% endif %} {% if handler.user.hasPerm(perm.PERM_CREATE_PROBLEM) %}

{{ _('Create Problem') }}

{{ _('You have permission to create problems for this domain.') }}

{% endif %}
FILTER / 题目筛选

{{ _('Categories') }}

{% include "partials/category.html" %}
{% include "partials/problem_lucky.html" %}
{% endblock %}