{% extends 'flashcards_base.html' %} {% load jsonify staticfiles %} {% block header_block %} {% endblock %} {% block content_block %} {% if help_text %}

Documentation

{{ help_text|safe }} {% endif %}

JSON object

{{ json|obj2richjson }} {% verbatim %}
{{ json | json:4}}

{{ filter | json:4 }}


{{ service.getGroups() | json:4 }}
number of mastered POST {% endverbatim %}
{% endblock %}