{% extends "base.html" %} {% load authorization_tags %} {% load i18n %} {% load static %} {% block add_styles %} {{ block.super }} .chart {height: 300px} .status .panel {min-height: 140px;background-color: #f5f5f5;} #punchcard {height: 350px} {% endblock %} {% block content %} {{ block.super }} {% block finding_stats_tiles %}
{% trans "Name" %} | {% trans "Product" %} | {% trans "Engagement" %} | {% trans "Responder" %} | {% trans "Status" %} | {% trans "Completion" %} Date | {% trans "Actions" %} |
---|---|---|---|---|---|---|
{% if survey.engagement %} {{ survey.survey.name }} {% else %} {{ survey.survey.name }} {% endif %} | {{ survey.engagement.product.name }} | {{ survey.engagement.name }} | {% if survey.responder %} {{ survey.responder }} {% else %} {% trans "Anonymous" %} {% endif %} | {% if survey.completed %} {% trans "Completed" %} {% else %} {% trans "Unanswered" %} {% endif %} | {{ survey.answered_on }} |
{% if survey.engagement %}
{% trans "View Responses" %}
{% trans "Assign User" %}
{% else %}
{% trans "View Responses" %}
{% trans "Create Engagement" %}
{% trans "Link to Existing Engagement" %}
{% endif %}
|
{% trans "No questionnaires found." %}
{% trans "Week begins on date displayed." %}
* {% trans "Weeks are only displayed if findings are available." %}