{% extends 'intranet/model_detail.html' %} {% load i18n intranet_extra intranet_values_extras %} {% load url from future %} {% block title_content %}{{ verbose_name|capfirst }}: {{ object.subject }}{% endblock %} {% block content %}
{% trans 'Important' %} | {% if object.is_important %} {% trans 'Yes' %} {% else %} {% trans 'No' %} {% endif %} |
---|---|
{% trans 'Date and time' %} | {{ object.datetime_display }} |
{% trans 'Contact' %} | {{ object.contact|upper }} |
{% trans 'Subject' %} | {{ object.subject }} |
{% trans 'Activity type' %} | {{ object.activity_type_display|safe }} |
{% trans 'Direction' %} | {{ object.direction_display|safe }} |
{% trans 'Duration' %} | {{ object.duration_display }} |
{% trans 'Comments' %} | {{ object.comments }} |