{{ question.title }}
{{ question.content_parsed|striptags()|truncate(170) }}
{# vim: set ts=2 et sts=2 sw=2: #}
{% extends "questions/base.html" %}
{# TODO: Make the title and other references to FF configurable. #}
{% set title = _('Firefox Support Forum') %}
{% set classes = 'questions' %}
{% set crumbs = [(None, _('Forum'))] %}
{% block above_main %}
{{ _('Firefox Support Forum') }}
{{ _('The Official Community-Driven Support Web Site for Firefox') }}
{% endblock %}
{% block content %}
{% if tags %}
{{ question.content_parsed|striptags()|truncate(170) }}
There are no questions. Maybe you should ask some!
{% endif %} {% endblock %}