{% extends 'base.html' %} {% load static i18n %} {% load humanize thumbnail %} {% block title %} {% trans 'Search Results' %} {% endblock %} {% block head %} {% endblock head %} {% block content %}
{{ article.content|truncatechars:250 }}
{{ user.get_profile_name|title }} {% if user.job_title %} {{ user.job_title}} {% endif %} {% if user.location %} {{ user.location }} {% endif %}