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