{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% block content %} {% if request.user.is_superuser %}
{% endif %}# | {% trans 'Program Name' %} | {% trans 'Summary' %} | {% if request.user.is_superuser %}{% trans 'Action' %} | {% endif %}||
---|---|---|---|---|---|
{{ forloop.counter }}. | {{ program.title}} | {{ program.summary }} | {% if request.user.is_superuser %}
|
{% endif %}
||
{% trans 'No program.' %} {% if request.user.is_superuser %} {% trans 'Add program now.' %} {% endif %} |