{{ question.title }}
{{ question.content_parsed|striptags()|truncate(170) }}
{# vim: set ts=2 et sts=2 sw=2: #}
{% extends "questions/base.html" %}
{% set title = _('Firefox Support Forum') %}
{% set classes = 'questions' %}
{% set crumbs = [(None, _('Forum'))] %}
{% set canonical_url = unlocalized_url('questions.questions')|urlparams(filter=filter, sort=sort, tagged=tagged) %}
{% if questions.number > 1 %}
{% set canonical_url = canonical_url|urlparams(page=questions.number) %}
{% endif %}
{% 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 %} {% block side %} {{ _('Filter Questions') }}{{ _('Ex: Firefox 7, crash') }}