{% extends "base.html" %} {% block content %}
Excel 파일 업로드
업로드된 파일 목록
{% if files %} {% else %}

업로드된 파일이 없습니다.

{% endif %}
{% endblock %}