{% extends "base.html" %} {% load static from staticfiles %} {% load compressed %} {% load textile_en from fnp_markup %} {% block title %}{{ object }}{% endblock %} {% block body %}
{% if previous %} {% endif %} {% if next %} {% endif %}

{{ object }}

{{ object.examples|textile_en }}

/used:/

{{ object.usage|textile_en }}

/recommendations:/

{{ object.recommendations|textile_en }}
{% compressed_js 'word_detail' %} {% endblock %}