{% extends 'dashboard/base.html' %} {% load static %} {% load customtag %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}
Here whats happing in your account today
{{ contact.created_at }}
Name: {{ contact.name }}
Email: {{ contact.email }}
Phone: {{ contact.phone }}
Subject: {{ contact.subject }}
Message: {{ contact.message }}