{% load i18n %} {% if h5pblock.h5p_content_json_path %}
{% if h5pblock.has_score %}

({{ h5pblock.weighted_score}}/{{ h5pblock.points | floatformat:1 }} {% trans "points" %}) {% trans h5pblock.submission_status %}

{% endif %}
{% trans "Loading..." %}
{% if h5pblock.is_past_due %}

{% trans "The due date for this subsection has passed. Your response will be recorded, but not graded." %}

{% endif %}
{% else %}

{% trans "No content. Please upload H5P content." %}

{% endif %}