{% extends "responsive_dashboard/dashlet.html" %} {% block dashlet_header %}
{% if perms.sis.change_student %} Student Information {% else %} {% endif %}
{% csrf_token %}
{% endblock %} {% block dashlet_body %}
Learn Student Names with Flashcards!
{% endblock %}