{% extends "views/layouts/base.html" %} {% block yield %}
{% if testClasses.length > 0 %}
{% for cls in testClasses %} {% endfor %}
Class Name
{{cls}}
{% else %} {% endif %}
{% endblock %} {% block buttons %} {% include 'views/partials/cancel_button.html' %} {% endblock %} {% block body_js %} {% endblock %}