{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Search result for' %} {{ query }} | {% trans 'Learning management system' %}{% endblock title %} {% load class_name %} {% block content %}
{% trans 'Program of' %} {{ object.program }}
{{ object.summary }}
{% trans 'Date:' %} {{ object.updated_date|timesince }} ago
{{ object.summary }}
{{ object.category }} {% trans 'quiz' %}, {% trans 'Course:' %} {{ object.course }}
{{ object.description }}
{{ object.description }}