{% extends "projects/base-wide.html" %} {% load project_tags %} {% load base_tags %} {% load base_filters %} {% load file_tags %} {% block content %}
{{ project.company_name}}
{% endif %} {% with project.category.all as cats %} {% if cats %}{{ cats.0.name}}
{% endif %} {% endwith %} {% if project.end_dt %}{{ project.start_dt }} - {{ project.end_dt }}
{% endif %} {% if project.project_description %} {{ project.project_description|safe }} {% endif %} {% if project_photos %} {% endif %} {% if team_members %}
|
{{ document.get_name|truncatechars:50 }} {% if document.document_dt %}{{ document.document_dt }}{% endif %} |