<tr valign="top">
    <th scope="row"><?php echo esc_html( $field['title'] ); ?></th>
    <td>
        <?php if ( ! $status['valid'] ) : ?>
            <p class="description"><?php echo esc_html( $status['message'] ); ?></p>
        <?php else : ?>
            <p><strong><?php esc_html_e( 'Typ:', 'nip-finder' ); ?></strong> <?php echo esc_html( $meta['type'] ); ?></p>
            <p><strong><?php esc_html_e( 'Ważna od:', 'nip-finder' ); ?></strong> <?php echo esc_html( $meta['from'] ); ?></p>
            <p><strong><?php esc_html_e( 'Ważna do:', 'nip-finder' ); ?></strong> <?php echo esc_html( $meta['to'] ); ?></p>
        <?php endif; ?>
    </td>
</tr>
