$faqs
* @var string $max_block_order
* @var string $min_block_order
* @var string $title
* @var Tree $tree
* @var array
= /* I18N: FAQ = “Frequently Asked Question” */
I18N::translate('FAQs are lists of questions and answers, which allow you to explain the site’s rules, policies, and procedures to your visitors. Questions are typically concerned with privacy, copyright, user-accounts, unsuitable content, requirement for source-citations, etc.') ?>
= I18N::translate('You may use HTML to format the answer and to add links to other websites.') ?>
= $title ?>
= I18N::translate('Sort order') ?> | = I18N::translate('Family tree') ?> | = I18N::translate('Question') ?> | = I18N::translate('Move up') ?> | = I18N::translate('Move down') ?> | = I18N::translate('Edit') ?> | = I18N::translate('Delete') ?> |
---|---|---|---|---|---|---|
= I18N::number($faq->block_order) ?> | gedcom_id === null) : ?> = I18N::translate('All') ?> = e($tree->title()) ?> | = e($faq->header) ?> | block_order !== $min_block_order) : ?> = view('icons/arrow-up') ?> | block_order !== $max_block_order) : ?> = view('icons/arrow-down') ?> | = view('icons/edit') ?> | = view('icons/delete') ?> |