{% extends 'shop/base.html' %} {% block title %}FAQs - Nana Tradings{% endblock %} {% block content %}
{{ faq.user.username }}
{{ faq.created_at|date:"F d, Y" }}Q: {{ faq.question }}
{{ answer.user.username }}
{{ answer.created_at|date:"F d, Y" }}{{ answer.answer }}
{{ comment.user.username }}:
{{ comment.comment }}
{{ comment.created_at|date:"M d, Y H:i" }}
No FAQs available.
{% endfor %}