{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
name | {{ object.name }} |
slug | {{ object.slug }} |
rc_type | {{ object.rc_type }} |
provider_prefix | {{ object.provider_prefix }} |
estimated_quality | {{ object.estimated_quality }} |
status | {{ object.status }} |
status_changed | {{ object.status_changed }} |
created | {{ object.created }} |
modified | {{ object.modified }} |