{% extends 'leaner/base.html' %} {% load leaner_tags %} {% block title %}Leaner - {{object.label}}{% endblock %} {% block nav %}
  • Back to Admin
  • {% endblock %} {% block content %}
    Are you in the {{object.label}} group?

    {% if request.user.is_authenticated %}{{request.user.username}} you are{% if not active %} not{% endif %} in this test group. {% else %}You cannot be in the group if you're not logged in.{% endif %}

    {{object.label}}

    {{object.description|striptags|truncatewords:30}}

    {% endblock %}