{% extends 'activities/base_activity.html' %} {% load i18n url_tags tz %} {% block page_title %}Delete Activity Reply - {% endblock %} {% block breadcrumb %}
  • Delete
  • {% endblock %} {% block activity_content %}

    Confirm delete for activity reply

    {% with user_timezone=user_timezone|default:'UTC' %}
    Created by
    {{ activity_reply.created_user.get_absolute_url_link }}
    Created on
    {{ activity_reply.created_dttm|timezone:user_timezone|date:'DATETIME_FORMAT' }}
    Activity
    {{ activity_reply.text|safe }}
    {% endwith %}
    {% csrf_token %}
    cancel
    {% endblock %}