{% extends "fomanticui/base.html" %} {% load render i18n comments activity_tags %} {% comment %} Basic object detail template. Context: - `object`: Model, The object which detail is being shown - `sub_header`: str, The contents of the subheader (if any) - `icon`: str, the icon class shown (top left). - `can_star`: bool, wether a start for follow/unfollow is displayed - `left_fields`: List[str], Fields shown, as a table, in the top left corner - `right_fields`: List[str], Fields shown as a table, in the top right corner Blocks: - sub_header: Contents of the sub_header (defaults to {{ sub_header }}) - topleft: Contains the top right details table - topleft_intable: inside the topleft table.tobdy - topleft_after_details: Just below the details table. - topright: Contains the top right details table - topright_after_details: Just below the details table. - history: bottom area where comments and activity stream show up - comments: comments area - activity_stream: activity stream {% endcomment %} {% block content %}