Národní rozpočtová rada
  • CZ
  • EN
  • News
  • CFC
    • About The Czech Fiscal Council (CFC)
    • Members of CFC
    • Plan of Activities
  • The Office
    • About Office of The Czech Fiscal Council
    • Budget of The Office
    • Public procurement
    • Principles for submiting requests
  • Publications
    • Reports
    • Statements and Opinions
  • The Committee on Budgetary Forecasts
    • About CBF
    • Members of CBF
  • Contacts
Domů Reports

Reports

  • report
    Reports

    Report on the Long-Term Sustainability of Public Finances 2025

    One of the key tasks of the Czech Fiscal Council (CFC or Council) under Act…

    The Czech Fiscal Council
    16.01.2026
    Detail
  • report
    Reports

    Report on Compliance with the Rules of Budgetary Responsibility for 2024

    Last year’s development of Czech general government finances can be assessed positively. The indicator of…

    The Czech Fiscal Council
    04.12.2025
    Detail
  • report
    Reports

    Report on the Long-Term Sustainability of Public Finances 2024

    One of the main tasks of the Czech Fiscal Council (CFC) under Act No. 23/2017…

    The Czech Fiscal Council
    September 2024
    Detail
  • report
    Reports

    Report on Compliance with the Rules of Budgetary Responsibility for 2023

    In 2023, public finances were affected by gradual decline in inflation. In the same year,…

    The Czech Fiscal Council
    September 2024
    Detail
  • report
    Reports

    Report on the Long-Term Sustainability of Public Finances 2023

    One of the key tasks of the Czech Fiscal Council (CFC) under Act No. 23/2017…

    The Czech Fiscal Council
    September 2023
    Detail
  • report
    Reports

    Report on Compliance with the Rules of Budgetary Responsibility for 2022

    In 2022, Czech public finances were dominantly affected by a surge in inflation. The post-Covid…

    The Czech Fiscal Council
    September 2023
    Detail
  • 1
  • 2
  • 3

Latest publications

report
16.01.2026

Report on the Long-Term Sustainability of Public Finances 2025

report
04.12.2025

Report on Compliance with the Rules of Budgetary Responsibility for 2024

report
September 2024

Report on the Long-Term Sustainability of Public Finances 2024

Search

Important links

  • Mandatory published information

Documents available for download

  • Emblem of the Czech Fiscal Council
  • Logo of the Czech Fiscal Council
  • Logo of the Office of the Czech Fiscal Council

Adress

Holečkova 31

150 00 Praha 5 - Smíchov

mapa adresy unrr
Národní rozpočtová rada
Notice: Undefined index: width (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Notice: Undefined index: width

Exception

ErrorException

in /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Partials/Image.php (line 3)
  1. <div class="img <?= $args["extraClass"] ?>">
  2.     <picture>
  3.         <img src="<?= $args["imageUrl"] ?>" alt="<?= $args["imageAlt"] ?>" <?php if ($args["imageLazy"]) { ?> loading="lazy" <?php } ?> draggable="false" <?php if ($args["imageAriaHidden"]) { ?>aria-hidden="true" <?php } ?> <?php if ($args["width"]) { ?> width="<?= $args["width"] ?>" <?php } ?> <?php if ($args["height"]) { ?> height="<?= $args["height"] ?>" <?php } ?>>
  4.     </picture>
  5. </div>
require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Partials/Image.php') in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 816)
  1.     do_action( 'wp_before_load_template', $_template_file, $load_once, $args );
  2.     if ( $load_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
load_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 749)
  1.             break;
  2.         }
  3.     }
  4.     if ( $load && '' !== $located ) {
  5.         load_template( $located, $load_once, $args );
  6.     }
  7.     return $located;
  8. }
locate_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php (line 206)
  1.      * @param string[] $templates Array of template files to search for, in order.
  2.      * @param array    $args      Additional arguments passed to the template.
  3.      */
  4.     do_action( 'get_template_part', $slug, $name, $templates, $args );
  5.     if ( ! locate_template( $templates, true, false, $args ) ) {
  6.         return false;
  7.     }
  8. }
  9. /**
get_template_part() in /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/partials/FooterBottom.php (line 10)
  1. $Theme = ThemeSettingsFactory::create();
  2. ?>
  3. <div class="main-footer__decor">
  4.     <?php get_template_part(COMPONENTS_PATH . "Partials/Image", null, [
  5.         "extraClass"        => "--contain",
  6.         "imageUrl"          => Image::imageGetUrlFromTheme("svg/decor-bg.svg"),
  7.         "imageAlt"          => "",
  8.         "imageLazy"         => true,
  9.         "imageAriaHidden"   => true,
  10.     ]); ?>
require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/partials/FooterBottom.php') in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 816)
  1.     do_action( 'wp_before_load_template', $_template_file, $load_once, $args );
  2.     if ( $load_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
load_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 749)
  1.             break;
  2.         }
  3.     }
  4.     if ( $load && '' !== $located ) {
  5.         load_template( $located, $load_once, $args );
  6.     }
  7.     return $located;
  8. }
locate_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php (line 206)
  1.      * @param string[] $templates Array of template files to search for, in order.
  2.      * @param array    $args      Additional arguments passed to the template.
  3.      */
  4.     do_action( 'get_template_part', $slug, $name, $templates, $args );
  5.     if ( ! locate_template( $templates, true, false, $args ) ) {
  6.         return false;
  7.     }
  8. }
  9. /**
get_template_part() in /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/Footer.php (line 17)
  1.     </main>
  2.     <footer class="main-footer">
  3.         <div class="main-footer__container container">
  4.             <?php get_template_part(COMPONENTS_PATH . "Footer/partials/FooterTop"); ?>
  5.             <?php get_template_part(COMPONENTS_PATH . "Footer/partials/FooterBottom"); ?>
  6.         </div>
  7.     </footer>
  8. </div>
  9. <?php
  10. wp_footer();
require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/Footer.php') in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 816)
  1.     do_action( 'wp_before_load_template', $_template_file, $load_once, $args );
  2.     if ( $load_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
load_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 749)
  1.             break;
  2.         }
  3.     }
  4.     if ( $load && '' !== $located ) {
  5.         load_template( $located, $load_once, $args );
  6.     }
  7.     return $located;
  8. }
locate_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php (line 206)
  1.      * @param string[] $templates Array of template files to search for, in order.
  2.      * @param array    $args      Additional arguments passed to the template.
  3.      */
  4.     do_action( 'get_template_part', $slug, $name, $templates, $args );
  5.     if ( ! locate_template( $templates, true, false, $args ) ) {
  6.         return false;
  7.     }
  8. }
  9. /**
get_template_part() in /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Layouts/Publications/Publications.php (line 47)
  1.         global $InputKey;
  2.         $InputKey = BlocksStaticLayoutsConfig::PUBLICATIONS_ARCHIVE_BLOCK_INPUT;
  3.         $Blocks->loopBlocks(null, BlocksStaticLayoutsConfig::PUBLICATIONS_ARCHIVE_BLOCK_INPUT);
  4.     }
  5. }
  6. get_template_part(COMPONENTS_PATH . "Footer/Footer");
require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Layouts/Publications/Publications.php') in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 816)
  1.     do_action( 'wp_before_load_template', $_template_file, $load_once, $args );
  2.     if ( $load_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
load_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php (line 749)
  1.             break;
  2.         }
  3.     }
  4.     if ( $load && '' !== $located ) {
  5.         load_template( $located, $load_once, $args );
  6.     }
  7.     return $located;
  8. }
locate_template() in /data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php (line 206)
  1.      * @param string[] $templates Array of template files to search for, in order.
  2.      * @param array    $args      Additional arguments passed to the template.
  3.      */
  4.     do_action( 'get_template_part', $slug, $name, $templates, $args );
  5.     if ( ! locate_template( $templates, true, false, $args ) ) {
  6.         return false;
  7.     }
  8. }
  9. /**
get_template_part() in /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/taxonomies/taxonomy-publikace-kategorie.php (line 1)
  1. <?php get_template_part(LAYOUTS_PATH . "Publications/Publications");
include('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/taxonomies/taxonomy-publikace-kategorie.php') in /data/htdocs/rozpoctovarada.cz/www/wp-includes/template-loader.php (line 132)
  1.          *
  2.          * @param string $template The path of the template about to be included.
  3.          */
  4.         do_action( 'wp_before_include_template', $template );
  5.         include $template;
  6.     } elseif ( current_user_can( 'switch_themes' ) ) {
  7.         $theme = wp_get_theme();
  8.         if ( $theme->errors() ) {
  9.             wp_die( $theme->errors() );
  10.         }
require_once('/data/htdocs/rozpoctovarada.cz/www/wp-includes/template-loader.php') in /data/htdocs/rozpoctovarada.cz/www/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH . WPINC . '/template-loader.php';
  5. }
require('/data/htdocs/rozpoctovarada.cz/www/wp-blog-header.php') in /data/htdocs/rozpoctovarada.cz/www/index.php (line 17)
  1.  * @var bool
  2.  */
  3. define( 'WP_USE_THEMES', true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ . '/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
Notice: Undefined index: width

  at /data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Partials/Image.php:3
  at require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Partials/Image.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:816)
  at load_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:749)
  at locate_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php:206)
  at get_template_part()
     (/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/partials/FooterBottom.php:10)
  at require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/partials/FooterBottom.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:816)
  at load_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:749)
  at locate_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php:206)
  at get_template_part()
     (/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/Footer.php:17)
  at require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Components/Footer/Footer.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:816)
  at load_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:749)
  at locate_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php:206)
  at get_template_part()
     (/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Layouts/Publications/Publications.php:47)
  at require('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/panda/Layouts/Publications/Publications.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:816)
  at load_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template.php:749)
  at locate_template()
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/general-template.php:206)
  at get_template_part()
     (/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/taxonomies/taxonomy-publikace-kategorie.php:1)
  at include('/data/htdocs/rozpoctovarada.cz/www/wp-content/themes/unrr/taxonomies/taxonomy-publikace-kategorie.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-includes/template-loader.php:132)
  at require_once('/data/htdocs/rozpoctovarada.cz/www/wp-includes/template-loader.php')
     (/data/htdocs/rozpoctovarada.cz/www/wp-blog-header.php:19)
  at require('/data/htdocs/rozpoctovarada.cz/www/wp-blog-header.php')
     (/data/htdocs/rozpoctovarada.cz/www/index.php:17)