{% extends 'base.html' %} {% block content %}
{% if listening %}

듣기 점수

{% for score in listening %} {% endfor %}
날짜점수
{{ score.0 }}{{ score.1 }}
{% endif %}
{% if error %}

에러 메시지

에러
{{ error }}
{% endif %}
{% endblock %}