{% extends 'base.html' %} {% block title %}Learning Resources - LMS{% endblock %} {% block content %}
{{ resource.description|truncatewords:20 }}
{% if is_trainer %} Get started by adding your first resource. {% else %} Check back later for learning materials. {% endif %}
{% if is_trainer %} Add First Resource {% endif %}