{% extends "base.html" %} {% load i18n %} {% load static %} {% load wger_extras %} {% block title %}{% translate "Exercises pending review" %}{% endblock %} {% block content %} {% for exercise in exercise_list %} {% empty %} {% endfor %}
{% translate "Submission date" %} {% translate "Name" %} {% translate "User" %}
{{exercise.creation_date}} {{exercise.name}} {{exercise.license_author}}
{% translate "Nothing found" %}
{% endblock %}