{% extends "factoids/base.html" %} {% block content %}
Name | Value | Type | Author | Popularity |
---|---|---|---|---|
{{ fact.name }} | {{ fact.value }} | {{ fact.get_ftype_display }} | {% if fact.author %}{{ fact.author.username }}{% else %}N/A{% endif %} | {{ fact.popularity }} |