{% extends "base.html" %} {% load static from staticfiles %} {% load cache %} {% block title %}Arch Linux - {{ user_type }}{% endblock %} {% block head %}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles user_type %}
{{description}}
{% with users as dev_list %} {% include 'public/developer_list.html' %} {% endwith %}