{% extends 'stager/project.html' %} {% block title %}{{ client.name }} {% endblock %} {% block description %}{{ project.name }} {% endblock %} {% load has_jira %} {% block project_links %} {% if project.links.all %} {% else %} {% if client.path|has_jira:project.path %} {% endif %} {% endif %} {% endblock %}