{% extends "rest_framework/base.html" %}
{% load staticfiles %}
{% load i18n %}
{% load rest_framework %}
{% block custom_style %}
{% endblock %}
{% block bootstrap_theme %}
{% endblock %}
{% block script %}
{% endblock %}
{% block content %}
{% if name %}{{ name }}{% endif %}
{% block description %}
{{ description }}
{% if not description %}{{ name }}{% endif %}
{% endblock %}