{% extends "base.html" %} {% load static %} {% block title %}{{ object.title }} | ArchDune{% endblock %} {% block meta_description %}{{ object.description|truncatechars:160 }}{% endblock %} {% block meta_keywords %}{{ object.keywords }}{% endblock %} {% block og_type %}article{% endblock %} {% block og_title %}{{ object.title }} | ArchDune{% endblock %} {% block og_description %}{{ object.description|truncatechars:200 }}{% endblock %} {% block og_url %}{{ request.build_absolute_uri }}{% endblock %} {% block og_image %}{{ object.get_cover_image.image.url }}{% endblock %} {% block twitter_title %}{{ object.title }} | ArchDune{% endblock %} {% block twitter_description %}{{ object.description|truncatechars:200 }}{% endblock %} {% block twitter_image %}{{ object.get_cover_image.image.url }}{% endblock %} {% block css %} {% endblock css %} {% block content %} PROJECT {% if project.project_type == "student" %} {% for institute in institutes %} {{ institute.slug|upper }} {% endfor %} {% for type in academic_types %} {{ type.name }} {% endfor %} {% else %} Professional Works Student works Illustration Photography Graffiti {% for tag in tags.all %} {{ tag.name|capfirst }} {% endfor %} {% endif %} {{project.title}} {% for tag in project.tags.all %} {{ tag|capfirst }} | {% endfor %} | {{ project.created_at|date:"d M, Y" }} | | Total Views: {{ project.views }} | {% if project.get_cover_image %} {% else %} {% endif %} {{project.get_cover_image.credit}} {% if project.project_type == 'student' %} Student Name: {{project.student_name|title}} Year: {{project.year}} Studio: {{project.studio}} Institute: {{project.institute|capfirst}} Studio Teachers: {{project.studio_teachers|title}} {% else %} {% if project.project_name %} Project Name: {{project.project_name|capfirst}} {% endif %} {% if project.design_team %} Design Team: {{project.design_team|capfirst}} {% endif %} {% if project.design_team_leader %} Design Team Leader: {{ project.design_team_leader|title }} {% endif %} {% if project.design_associates %} Design Associate: {{ project.design_associates }} {% endif %} {% if project.photographs %} Photographs: {{ project.photographs }} {% endif %} Year: {{project.year}} Client: {{project.client}} Status: {{project.status|title}} {% endif %} Typology: {{project.typology}} {% if project.height %} Height: {{project.height}} {% endif %} {% if project.land_area %} Land Area: {{project.land_area }} {% endif %} Build Area: {{project.built_area}} {% if project.basement %} Basement: {{project.basement}} {% endif %} {% if project.location %} Location: {{ project.location }} {% endif %} {% if project.software %} Software: {{ project.software }} {% endif %} Read More {{ project.description|linebreaks }} {% for image_text in image_text_sections %} {{image_text.text_content|safe}} {% if image_text.image %} {% else %} {% endif %} {{image_text.credit}} {% endfor %} {% for video in project.videos.all %} {% endfor %} {% if project.get_previous_project %} « Previous Project {% else %} « Previous Project {% endif %} {% if project.get_next_project %} Next Project » {% else %} Next Project » {% endif %} SIMILAR POST {% for project in similar_projects %} {% if project.get_cover_image %} {% else %} {% endif %} {{project.title}} {{project.description|truncatewords:5}} {% endfor %} RECENT UPDATES {% for project in recent_projects %} {% if project.get_cover_image %} {% else %} {% endif %} {{project.title}} {{ project.created_at|date:"d F, Y" }} {% endfor %} {% if advertisements %} {% for ad in advertisements %} {% if ad.link %} {% else %} {% endif %} {% if ad.description %} {{ ad.description }} {% endif %} {% endfor %} {% endif %} MOST VISITED {% for project in most_viewed_projects %} {{ project.title }} {{ project.created_at|date:"d F, Y" }} || Total views: {{ project.views }} {% if project.get_cover_image %} {% else %} {% endif %} {% endfor %} {% endblock content %} {% block page_js %} {% endblock %}
{{project.get_cover_image.credit}}
{{ project.description|linebreaks }}
{{image_text.text_content|safe}}
{{image_text.credit}}
« Previous Project
Next Project »
{{project.description|truncatewords:5}}
{{project.title}}
{{ project.created_at|date:"d F, Y" }}
{{ ad.description }}
{{ project.created_at|date:"d F, Y" }} || Total views: {{ project.views }}