{% extends "base.html" %} {% block title %}My Results{% endblock %} {% block content %}
View your submissions and teacher feedback
Submitted: {{ submission.created_at.strftime('%d %b %Y, %I:%M %p') }}
{% if submission.reviewed_at %}Reviewed: {{ submission.reviewed_at.strftime('%d %b %Y, %I:%M %p') }}
{% endif %} {% if submission.teacher_feedback %}{{ submission.teacher_feedback[:150] }}{% if submission.teacher_feedback|length > 150 %}...{% endif %}
{% if status_filter != 'all' or content_type_filter != 'all' %} No submissions match your current filters. Try adjusting your filters. {% else %} You haven't submitted any work yet. Start learning to see your results here! {% endif %}
{% if status_filter != 'all' or content_type_filter != 'all' %} Clear Filters {% else %} Go to Dashboard {% endif %}